We are developing a bet tracking app and we are using the Betfair Exchange API for retrieving information for events, market types etc. What we would like to achieve is to have a complete list of all possibilities for all the market types (for example Asian Handicap +0.5 / +1 etc.). We have tried using the listMarketTypes API call, but it did not return the complete list of market types we were hoping for (only Asian handicap without the numeric values). Is there a way we can retrieve all market types for specific event (eg. all types of Asian handicap for both teams in a soccer event)? If so how can we achieve it and what type of license do we need?
help needed
Collapse
X
-
Hi you can find if you query is returning the right values with the
https://developers.betfair.com/visua...ts-operations/
I can see for example for the match (West Ham v Arsenal) with
Event Id: 28025155 there is a list of MarketTypes that shows Asian Handicap as a type.
Then you can use the marketId with the ListMarketCatalogue method to display all options available. Then the ListMarketBook will give you the prices. I have included three screenshots of the process.


Comment