Hello Everyone,
Got problem which irritates me whole day:
When I try to extract price value from marketBook runner I am getting different values than the ones that are on Betfair site. The problem is only with Asian Handicap market, all other markets are working correct.
double price = marketBook[i].Runners[20].ExchangePrices.AvailableToBack[0].Price; - this is how I am trying to extract price.
As for example if Southampton -1.5 Lay I see it on Betfair and price is 1.55, from API I am getting price 1.59...
Or when Southampton -4.0 is defined on Betfair site and from API answer I am getting ExchangePrices all empty... Really anoying thing.
In documentation I found MarketBettingTypes and tried all possible variants for next values: ODDS, ASIAN_HANDICAP_SINGLE_LINE, ASIAN_HANDICAP_DOUBLE_LINE but no success.
If someone has similar problem or knew solution, Please...
Got problem which irritates me whole day:
When I try to extract price value from marketBook runner I am getting different values than the ones that are on Betfair site. The problem is only with Asian Handicap market, all other markets are working correct.
double price = marketBook[i].Runners[20].ExchangePrices.AvailableToBack[0].Price; - this is how I am trying to extract price.
As for example if Southampton -1.5 Lay I see it on Betfair and price is 1.55, from API I am getting price 1.59...
Or when Southampton -4.0 is defined on Betfair site and from API answer I am getting ExchangePrices all empty... Really anoying thing.
In documentation I found MarketBettingTypes and tried all possible variants for next values: ODDS, ASIAN_HANDICAP_SINGLE_LINE, ASIAN_HANDICAP_DOUBLE_LINE but no success.
If someone has similar problem or knew solution, Please...



Comment