How to get game result(&score changes events) from Exchange API(cricket for example)?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jimmybf
    Junior Member
    • Mar 2021
    • 3

    #1

    How to get game result(&score changes events) from Exchange API(cricket for example)?

    How to get game result(& score changes events) from Exchange API(Cricket games form example)?

    I can only get odds, bets data from API and historical data.
    Is there a restful call can get the game match result or current status?
  • jabe
    Senior Member
    • Dec 2014
    • 705

    #2
    Is it in-play data that you want?


    There's no current score data, or any other data item telling you what you're asking about, but you might be able to deduce scores, even if only approximately, from the various markets available for a game.

    Comment

    • jimmybf
      Junior Member
      • Mar 2021
      • 3

      #3
      Originally posted by jabe View Post
      Is it in-play data that you want?


      There's no current score data, or any other data item telling you what you're asking about, but you might be able to deduce scores, even if only approximately, from the various markets available for a game.
      Thanks jabe

      Not the in-play data but the result of a game match.
      Is there any ?

      Comment

      • jabe
        Senior Member
        • Dec 2014
        • 705

        #4
        Originally posted by jimmybf View Post

        Thanks jabe

        Not the in-play data but the result of a game match.
        Is there any ?
        The outcome of all markets stay on the system for 90 days (or so) after the event closes. I think it's on the marketBook. The market status is CLOSED and each runner should have a status of WINNER or LOSER. The "runners" for a cricket match will, I guess, be DRAW and either team name. I'd recommend noting relevant details (EventId and MarketIds) for some cricket games and then loading up marketBooks after the games to see what the STATUS is for each runner. I guess there'll be other marketBook statuses and runners statuses.

        Some info here:
        https://docs.developer.betfair.com/d...nitions-Runner

        Comment

        • jimmybf
          Junior Member
          • Mar 2021
          • 3

          #5
          Originally posted by jabe View Post

          The outcome of all markets stay on the system for 90 days (or so) after the event closes. I think it's on the marketBook. The market status is CLOSED and each runner should have a status of WINNER or LOSER. The "runners" for a cricket match will, I guess, be DRAW and either team name. I'd recommend noting relevant details (EventId and MarketIds) for some cricket games and then loading up marketBooks after the games to see what the STATUS is for each runner. I guess there'll be other marketBook statuses and runners statuses.

          Some info here:
          https://docs.developer.betfair.com/d...nitions-Runner
          Thanks again Jabe

          This should be what I needed

          Comment

          Working...
          X