Incorrect time on Horses

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • denvb
    Junior Member
    • Mar 2013
    • 8

    #1

    Incorrect time on Horses

    Hi all!

    By using the "listMarketCatalogue" in horse racing I was faced with the fact that it returns the wrong time "event.openDate"

    I write in javascript, but in the "API-NG - Visualiser" get exactly the same results, look at the screenshots. On betfair this race will be at 19:15 but the API returns 17:00.

    What's interesting with this situation I encountered only at the races and such examples can be found every day, but on the football no such notice. What am I doing wrong?

    P.S. url: "https://beta-api.betfair.com/json-rpc", method: "SportsAPING/v1.0/listMarketCatalogue"
    Attached Files
  • McTash
    Junior Member
    • Feb 2010
    • 14

    #2
    I'm not sure this is the case but I suspect event.OpenDate will correspond with the first race time for that particular course on that particular day. The event is the collection of races at course X starting at time y on date z.

    The actual market start time i.e. the jump, is part of the market data not event.
    Last edited by McTash; 25-07-2013, 02:44 PM.

    Comment

    • denvb
      Junior Member
      • Mar 2013
      • 8

      #3
      Hmm, looks like you're right. The market can request property "marketStartTime" and it just shows the correct start time.
      I will go again to understand the difference between an event from the market.
      Thanks!

      Comment

      Working...
      X