---
title: "Odds Runner"
method: GET
path: "/v1/odds/{race_id}/{horse_id}"
tags: ["Odds", "Pro Plan"]
---

# Odds Runner

`GET /v1/odds/{race_id}/{horse_id}`

<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>

## Path parameters

- `race_id` string, required
- `horse_id` string, required

## Response `200`

Successful Response

- RaceRunnerOdds
  - `race_id` string, required
  - `horse_id` string, required
  - `horse` string, required
  - `odds` RaceRunnerOddsBookmakers[], nullable
    - `bookmaker` string, nullable
    - `fractional` string, nullable
    - `decimal` string, nullable
    - `ew_places` string, nullable
    - `ew_denom` string, nullable
    - `updated` string, nullable
    - `history` RaceRunnerOddsHistory[], nullable
      - `changed_at` string, required
      - `fractional` string, required
      - `decimal` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.net/theracingapi/apis/the-racing-api.md) · [All operations](https://skmtc.net/theracingapi/apis/the-racing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theracingapi/the-racing-api/revisions/1a5681f31fe8/schema)
