The Racing API · JSON Structure

The Racing Api Wager Type Structure

WagerType schema from The Racing API

Type: object Properties: 3
Horse RacingSportsStatisticsBettingAnalytics

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

Properties

wager_type wager_description base_amount

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-wager-type-structure.json",
  "name": "WagerType",
  "description": "WagerType schema from The Racing API",
  "type": "object",
  "properties": {
    "wager_type": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Wager Type"
    },
    "wager_description": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Wager Description"
    },
    "base_amount": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "name": "Base Amount"
    }
  }
}