Different values from API and on betfair site for Asian Handicap

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SrKa1981
    Junior Member
    • Nov 2014
    • 1

    #1

    Different values from API and on betfair site for Asian Handicap

    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...
  • jptrader
    Junior Member
    • Nov 2009
    • 82

    #2
    Do you include virtual prices in the API call? What you see is probably the "cross market cross matching" that was introduced last winter.

    Comment

    • SrKa198
      Junior Member
      • Aug 2015
      • 1

      #3
      Niceee!

      Thanks MAN, this solved my problem just like that

      Hope this helps someone else.

      Thanks one more time.

      Bye

      Comment

      Working...
      X