The Racing API · JSON Structure

The Racing Api Race Runner Odds History Structure

RaceRunnerOddsHistory schema from The Racing API

Type: object Properties: 3 Required: 3
Horse RacingSportsStatisticsBettingAnalytics

RaceRunnerOddsHistory is a JSON Structure definition published by The Racing API, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

changed_at fractional decimal

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/the-racing-api/refs/heads/main/json-structure/the-racing-api-race-runner-odds-history-structure.json",
  "name": "RaceRunnerOddsHistory",
  "description": "RaceRunnerOddsHistory schema from The Racing API",
  "type": "object",
  "properties": {
    "changed_at": {
      "type": "string",
      "name": "Changed At"
    },
    "fractional": {
      "type": "string",
      "name": "Fractional"
    },
    "decimal": {
      "type": "string",
      "name": "Decimal"
    }
  },
  "required": [
    "changed_at",
    "fractional",
    "decimal"
  ]
}