The Racing API · JSON Structure

The Racing Api Horse Pool Structure

HorsePool schema from The Racing API

Type: object Properties: 4
Horse RacingSportsStatisticsBettingAnalytics

HorsePool is a JSON Structure definition published by The Racing API, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pool_type_name amount fractional_odds dollar

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-horse-pool-structure.json",
  "name": "HorsePool",
  "description": "HorsePool schema from The Racing API",
  "type": "object",
  "properties": {
    "pool_type_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Pool Type Name"
    },
    "amount": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Amount"
    },
    "fractional_odds": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Fractional Odds"
    },
    "dollar": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Dollar"
    }
  }
}