The Racing API · JSON Structure

The Racing Api Payoff Structure

Payoff schema from The Racing API

Type: object Properties: 9
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

base_amount carryover number_of_rights number_of_tickets_bet payoff_amount total_pool wager_name wager_type winning_numbers

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-payoff-structure.json",
  "name": "Payoff",
  "description": "Payoff schema from The Racing API",
  "type": "object",
  "properties": {
    "base_amount": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "name": "Base Amount"
    },
    "carryover": {
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ],
      "name": "Carryover"
    },
    "number_of_rights": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "name": "Number Of Rights"
    },
    "number_of_tickets_bet": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ],
      "name": "Number Of Tickets Bet"
    },
    "payoff_amount": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Payoff Amount"
    },
    "total_pool": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Total Pool"
    },
    "wager_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Wager Name"
    },
    "wager_type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Wager Type"
    },
    "winning_numbers": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Winning Numbers"
    }
  }
}