v7

OpenAPI 3.1.02026-08-0358124623.5 KB
Odds
Pro Plan

Odds Runner

<h4>Get detailed pre-race runner odds data, including price movements, for UK and Irish racing.</h4><table><tbody><tr><td><b>Min. Required Plan</b></td><td>Pro</td></tr><tr><td><b>Rate Limit</b></td><td>5 requests per second</td></tr></tbody></table><p>ℹ️ Price movements, displayed in the 'history' fields, are available for runners in races from 2025-03-17 onwards.</p>
get/v1/odds/{race_id}/{horse_id}

Path parameters

race_idstring required
horse_idstring required

Response

Successful Response

race_idstring required
horse_idstring required
horsestring required

Example response

{
  "horse": "Spartan Arrow",
  "horse_id": "hrs_30314725",
  "odds": [
    {
      "bookmaker": "Bet365",
      "decimal": "6",
      "ew_denom": "5",
      "ew_places": "4",
      "fractional": "5/1",
      "history": [
        {
          "changed_at": "2025-04-22T13:34:00+01:00",
          "decimal": "6.5",
          "fractional": "11/2"
        }
      ],
      "updated": "2025-04-22 13:30:26"
    }
  ],
  "race_id": "rac_11588863"
}