Hi Folks, I'm a newbie here, so sorry if this is not the right place to my questions.
I'm basicaly interested in football ODDs, and consuming data from this endpoint:
https://api.betfair.com/exchange/betting/json-rpc/v1
To the listMarketBook method, I'm passing a PriceProjection with
And getting the LastPriceTraded from the runners retrieved.
The main point is that I'm receiving too many 0.00 values. I think that some of them can be normal, but I'm seeing 0.00 ODDs even for markets that actually have valid values on the website. I think this is not correct.
Based on that:

Thanks in advance for the answers.
I'm basicaly interested in football ODDs, and consuming data from this endpoint:
https://api.betfair.com/exchange/betting/json-rpc/v1
To the listMarketBook method, I'm passing a PriceProjection with
Virtualise: TRUE
PriceData: SP_AVAILABLE
OrderProjection: ALL
MatchProjection: ROLLED_UP_BY_AVG_PRICE
PriceData: SP_AVAILABLE
OrderProjection: ALL
MatchProjection: ROLLED_UP_BY_AVG_PRICE
And getting the LastPriceTraded from the runners retrieved.
The main point is that I'm receiving too many 0.00 values. I think that some of them can be normal, but I'm seeing 0.00 ODDs even for markets that actually have valid values on the website. I think this is not correct.
Based on that:
- Am I using the wrong endpoing?
- Am I looking for the wrong values?
- Am I passing wrong parameters?

Thanks in advance for the answers.


Comment