The Racing API · Example Payload

The Racing Api Race Pool Example

Horse RacingSportsStatisticsBettingAnalytics

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

Top-level fields

maximum_wager_amountminimum_box_amountminimum_wager_amountminimum_wheel_amountpool_codepool_namerace_list

Example Payload

Raw ↑
{
  "maximum_wager_amount": "example-value",
  "minimum_box_amount": "example-value",
  "minimum_wager_amount": "example-value",
  "minimum_wheel_amount": "example-value",
  "pool_code": "gb",
  "pool_name": "Example Name",
  "race_list": "example-value"
}