I have downloaded the Java Betfair client library https://github.com/joelpob/jbetfairng
So far so good. I have it logging in, retrieving basic market data but now trying to find some specific data. Namely a list of all todays races with the win & place prices for each horse.
Doesn't look like this Java client is capable of doing this so I think I need to implement a new method to do this. First place I am stuck in is trying to get a list of marketIDs for all horse races. I figure with a list of market IDs I could progress a bit further using other methods in this client.
Any ideas how I might do this?
So far so good. I have it logging in, retrieving basic market data but now trying to find some specific data. Namely a list of all todays races with the win & place prices for each horse.
Doesn't look like this Java client is capable of doing this so I think I need to implement a new method to do this. First place I am stuck in is trying to get a list of marketIDs for all horse races. I figure with a list of market IDs I could progress a bit further using other methods in this client.
Any ideas how I might do this?


Comment