The Racing API · Example Payload

The Racing Api Payoff Example

Horse RacingSportsStatisticsBettingAnalytics

The Racing Api Payoff Example is an example object payload from The Racing API, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

base_amountcarryovernumber_of_rightsnumber_of_tickets_betpayoff_amounttotal_poolwager_namewager_typewinning_numbers

Example Payload

Raw ↑
{
  "base_amount": "example-value",
  "carryover": "example-value",
  "number_of_rights": "example-value",
  "number_of_tickets_bet": "example-value",
  "payoff_amount": "example-value",
  "total_pool": "example-value",
  "wager_name": "Example Name",
  "wager_type": "flat",
  "winning_numbers": "example-value"
}