What is the best way to get list of horse races with their associated horses and prices? It seems the betfiar API is very different in structure compared to the other exchanges.
It seems events in Betfair are more like venues. and the only way to get a horse race name and start time is to merge data from different requests together after iterating through all the markets for the venue.
ListMarketCatalogue does not show the horse race start time., even if i put "MARKET_START_TIME" in the market projection.
A point in the right direction would be great please.
I need a horse race object (name and start time) with the runners (current prices) in an object eventually after making whatever calls are needed.
Thanks so much in advance
Gav
It seems events in Betfair are more like venues. and the only way to get a horse race name and start time is to merge data from different requests together after iterating through all the markets for the venue.
ListMarketCatalogue does not show the horse race start time., even if i put "MARKET_START_TIME" in the market projection.
A point in the right direction would be great please.
I need a horse race object (name and start time) with the runners (current prices) in an object eventually after making whatever calls are needed.
Thanks so much in advance
Gav


I am still no closer unfortunately.
Comment