{ "$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" } } }