Untitled

mail@pastecode.io avatar
unknown
json
a month ago
1.2 kB
2
Indexable
Never
[
  {
    "id": "1234567890abcdef",
    "sport_key": "greyhound_racing",
    "sport_title": "Greyhound Racing",
    "commence_time": "2024-08-08T14:00:00Z",
    "home_team": "Greyhound 1",
    "away_team": "Greyhound 2",
    "bookmakers": [
      {
        "key": "sportsbet",
        "title": "Sportsbet",
        "last_update": "2024-08-08T13:30:00Z",
        "markets": [
          {
            "key": "h2h",
            "outcomes": [
              {
                "name": "Greyhound 1",
                "price": 2.5
              },
              {
                "name": "Greyhound 2",
                "price": 1.8
              }
            ]
          }
        ]
      },
      {
        "key": "betfair",
        "title": "Betfair",
        "last_update": "2024-08-08T13:35:00Z",
        "markets": [
          {
            "key": "h2h",
            "outcomes": [
              {
                "name": "Greyhound 1",
                "price": 2.6
              },
              {
                "name": "Greyhound 2",
                "price": 1.75
              }
            ]
          }
        ]
      }
    ]
  }
  // More events would follow...
]
Leave a Comment