Download OpenAPI specification:
The Affiliates API offers access to racing data for LADBROKES affiliates.
It provides both live updates and historical data, covering thoroughbred, harness, and greyhound races. The REST API is structured to supply affiliates with necessary data for platform development, including race conditions, results, betting odds, and analytics.
This API provides much of the information available on LADBROKES in a machine readable format. Each of the available endpoints have been described below. These endpoints are for personal use only and are not to be republished without written permission from Entain Australia and New Zealand.
API versions are specified in the URL path, for example: /affiliates/v1/racing/meetings
The API adopts an open schema model, allowing the server to append additional properties to its responses. Similarly, the server will overlook any surplus query parameters and properties in the request body.
Client implementations should be designed to disregard unexpected properties in responses, maintaining compatibility with future server updates.
Endpoints flagged as Beta are under active development and are subject to change at any time.
To avoid being blocked or inappropriately rate limited, please include Headers to identify who you are, and provide a way for us to contact you:
{
From: joe@blogs.com.au
X-Partner: Joe Blogs Pty Ltd
X-Partner-ID: {Entain provided partner ID}
}
Retrieves a single specified race. Use optional parameters to enable additional betting information.
| id required | string The ID of the race to retrieve. |
| bet_type_filter | string Excludes the specified bet type from the response. |
| enc | string Default: The response encoding format. Available formats: ( |
| present_overlay | boolean Default: |
| with_big_bets | boolean Default: Include any big bets that have been placed on the event. |
| with_biggest_bet | boolean Default: Include the biggest bet placed on the event. |
| with_live_bets | boolean Default: Include live bets that have been placed on the event. |
| with_money_tracker | boolean Default: Include data to track the total amount wagered on event entrants. |
| with_tote_trends_data | boolean Default: Include tote trends raw data in XML format. |
| with_will_pays | boolean Default: Include any Will Pays that have been placed on the event. |
{- "big_bets": [
- {
- "description": [
- "string"
], - "legs": [
- {
- "race": {
- "barrier_number": 0,
- "entrant_id": [
- 0
], - "entrant_name": "string",
- "entrant_number": 0,
- "meeting_name": "string",
- "product_type_name": "string",
- "race_name": "string",
- "race_number": 0
}, - "selections": [
- {
- "entrants": [
- {
- "entrant_barrier": 0,
- "entrant_id": [
- null
], - "entrant_name": "string",
- "entrant_number": 0
}
], - "position": 0
}
]
}
], - "place_odds": 0,
- "place_time": "2019-08-24T14:15:22Z",
- "stake": 0,
- "title": "string"
}
], - "biggest_bet": {
- "description": [
- "string"
], - "legs": [
- {
- "race": {
- "barrier_number": 0,
- "entrant_id": [
- 0
], - "entrant_name": "string",
- "entrant_number": 0,
- "meeting_name": "string",
- "product_type_name": "string",
- "race_name": "string",
- "race_number": 0
}, - "selections": [
- {
- "entrants": [
- {
- "entrant_barrier": 0,
- "entrant_id": [
- 0
], - "entrant_name": "string",
- "entrant_number": 0
}
], - "position": 0
}
]
}
], - "place_odds": 0,
- "place_time": "2019-08-24T14:15:22Z",
- "stake": 0,
- "title": "string"
}, - "derivatives": [
- {
- "age": 0,
- "all_box_history": [
- {
- "barrier": "string",
- "summary": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}
}
], - "all_weather": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "all_weather_slushy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "allowance_weight": "string",
- "alt_silk_url_64x64": "string",
- "alt_silk_url_128x128": "string",
- "apprentice_indicator": "string",
- "barrier": 0,
- "barrier_position": "string",
- "best_mile_rate": "string",
- "best_time": "string",
- "box_history": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "breeding": "string",
- "class_level": "string",
- "colour": "string",
- "competitor_id": "string",
- "country": "string",
- "dam": "string",
- "dam_dam": "string",
- "dam_sire": "string",
- "deduction": {
- "place": 0,
- "win": 0
}, - "distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "emergency_position": "string",
- "entrant_id": "string",
- "fast": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "favourite": true,
- "firm": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "first_start_indicator": true,
- "first_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "flucs": [
- 0
], - "flucs_with_timestamp": {
- "high": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "last_six": [
- {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "low": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "nine_am": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "open": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}
}, - "foaling_date": "string",
- "form_comment": "string",
- "form_comment_short": "string",
- "form_indicators": [
- {
- "group": "string",
- "name": "string",
- "negative": true,
- "priority": 0
}
], - "fourth_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_30": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_90": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "gear": "string",
- "good": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass_wet": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "handicap": 0,
- "handicap_rating": "string",
- "heavy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "horse_id": 0,
- "hurdle": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "is_emergency": true,
- "is_late_scratched": true,
- "is_scratched": true,
- "jockey": "string",
- "jockey_past_performances": {
- "last_50_starts": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "trainer": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "last_12_months": {
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "last_12_months_prize_money": {
- "property1": 0,
- "property2": 0
}, - "last_12_p": "string",
- "last_12_w": "string",
- "last_starts": [
- {
- "barrier": "string",
- "barrier_position": "string",
- "bon": "string",
- "class": "string",
- "comment": "string",
- "date": "string",
- "days_since": "string",
- "distance": "string",
- "finish": "string",
- "gear": "string",
- "gear_changes": [
- {
- "id": "string",
- "name": "string",
- "option": "string"
}
], - "id": "string",
- "in_run": "string",
- "jockey": "string",
- "last_600": "string",
- "limit_weight": "string",
- "margin": "string",
- "margin_1st_2nd": "string",
- "margin_2nd_3rd": "string",
- "margin_3rd_4th": "string",
- "mile_rate": "string",
- "minimum_handicap": "string",
- "number": "string",
- "number_of_runners": "string",
- "place_favouritism": "string",
- "prize_money": "string",
- "review": "string",
- "run_rating": "string",
- "second": "string",
- "start_type": "string",
- "starting_price": "string",
- "stipes": "string",
- "third": "string",
- "time": "string",
- "time_ran": "string",
- "track": "string",
- "track_condition": "string",
- "track_direction": "string",
- "track_four_char": "string",
- "track_surface": "string",
- "venue_id": "string",
- "venue_name": "string",
- "weight_carried": "string",
- "win_favouritism": "string",
- "winner": "string"
}
], - "last_twenty_starts": "string",
- "left_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "market_name": "string",
- "meta": {
- "property1": "string",
- "property2": "string"
}, - "mobile": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "mover": true,
- "name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0,
- "pool_place": 0,
- "pool_win": 0
}, - "overall": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "owners": "string",
- "past_performances": {
- "jockey": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "picks": [
- {
- "comment": "string",
- "name": "string",
- "rank": 0,
- "selector_type": "string"
}
], - "place_p": "string",
- "predictors": [
- {
- "average_kms": 0,
- "average_time": 0,
- "best_date": "string",
- "best_kms": 0,
- "best_time": 0,
- "class": "string",
- "class_change": "string",
- "place": 0,
- "win": 0
}
], - "preview": "string",
- "primary_market": true,
- "prize_money": "string",
- "rating": "string",
- "ride_guide_exists": true,
- "ride_guide_file": "string",
- "ride_guide_thumbnail": "string",
- "right_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "runner_change": {
- "property1": "string",
- "property2": "string"
}, - "runner_number": 0,
- "runner_win_history": [
- {
- "details": "string"
}
], - "scr_time": "2019-08-24T14:15:22Z",
- "scratch_time": 0,
- "second_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "sex": "string",
- "silk_colours": "string",
- "silk_url_64x64": "string",
- "silk_url_128x128": "string",
- "sire": "string",
- "slow": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "soft": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "speedmap": {
- "barrier_speed": 0,
- "entrant_id": "string",
- "finish_speed": 0,
- "label": "string",
- "settling_lengths": 0,
- "settling_width": 0
}, - "spr": 0,
- "standing": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "steeple": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "synthetic": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "third_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track_distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "trainer_location": "string",
- "trainer_name": "string",
- "turf": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "weight": {
- "allocated": "string",
- "total": "string"
}, - "weight_for_age": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "win_p": "string"
}
], - "dividends": [
- {
- "description": "string",
- "dividend": 0,
- "id": "string",
- "jackpot_size": 0,
- "pool_size": 0,
- "positions": [
- {
- "position": 0,
- "runner_number": 0
}
], - "product_name": "string",
- "status": "string",
- "tote": "string"
}
], - "error": "string",
- "favourite": {
- "age": 0,
- "all_box_history": [
- {
- "barrier": "string",
- "summary": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}
}
], - "all_weather": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "all_weather_slushy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "allowance_weight": "string",
- "alt_silk_url_64x64": "string",
- "alt_silk_url_128x128": "string",
- "apprentice_indicator": "string",
- "barrier": 0,
- "barrier_position": "string",
- "best_mile_rate": "string",
- "best_time": "string",
- "box_history": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "breeding": "string",
- "class_level": "string",
- "colour": "string",
- "country": "string",
- "dam": "string",
- "dam_dam": "string",
- "dam_sire": "string",
- "deductions": {
- "place": 0,
- "win": 0
}, - "distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "emergency_position": "string",
- "entrant_id": "string",
- "fast": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "favourite": true,
- "firm": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "first_start_indicator": true,
- "first_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "foaling_date": "string",
- "form_comment": "string",
- "form_comment_short": "string",
- "form_indicators": [
- {
- "group": "string",
- "name": "string",
- "negative": true,
- "priority": 0
}
], - "fourth_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_30": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_90": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "gear": "string",
- "good": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass_wet": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "handicap": 0,
- "handicap_rating": "string",
- "heavy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "horse_id": 0,
- "hurdle": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "is_emergency": true,
- "is_late_scratched": true,
- "is_scratched": true,
- "jockey": "string",
- "jockey_past_performances": {
- "last_50_starts": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "trainer": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "last_12_months": {
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "last_12_months_prize_money": {
- "property1": 0,
- "property2": 0
}, - "last_12_p": "string",
- "last_12_w": "string",
- "last_starts": [
- {
- "barrier": "string",
- "barrier_position": "string",
- "bon": "string",
- "class": "string",
- "comment": "string",
- "date": "string",
- "days_since": "string",
- "distance": "string",
- "finish": "string",
- "gear": "string",
- "gear_changes": [
- {
- "id": "string",
- "name": "string",
- "option": "string"
}
], - "id": "string",
- "in_run": "string",
- "jockey": "string",
- "last_600": "string",
- "limit_weight": "string",
- "margin": "string",
- "margin_1st_2nd": "string",
- "margin_2nd_3rd": "string",
- "margin_3rd_4th": "string",
- "mile_rate": "string",
- "minimum_handicap": "string",
- "number": "string",
- "number_of_runners": "string",
- "place_favouritism": "string",
- "prize_money": "string",
- "review": "string",
- "run_rating": "string",
- "second": "string",
- "start_type": "string",
- "starting_price": "string",
- "stipes": "string",
- "third": "string",
- "time": "string",
- "time_ran": "string",
- "track": "string",
- "track_condition": "string",
- "track_direction": "string",
- "track_four_char": "string",
- "track_surface": "string",
- "venue_id": "string",
- "venue_name": "string",
- "weight_carried": "string",
- "win_favouritism": "string",
- "winner": "string"
}
], - "last_twenty_starts": "string",
- "left_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "market_name": "string",
- "mobile": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "mover": true,
- "name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0,
- "pool_place": 0,
- "pool_win": 0
}, - "overall": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "owners": "string",
- "past_performances": {
- "jockey": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "place_p": "string",
- "predictors": [
- {
- "average_kms": 0,
- "average_time": 0,
- "best_date": "string",
- "best_kms": 0,
- "best_time": 0,
- "class": "string",
- "class_change": "string",
- "place": 0,
- "win": 0
}
], - "preview": "string",
- "primary_market": true,
- "prize_money": "string",
- "rating": "string",
- "right_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "runner_change": {
- "property1": "string",
- "property2": "string"
}, - "runner_number": 0,
- "runner_win_history": [
- {
- "details": "string"
}
], - "scratch_time": 0,
- "second_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "sex": "string",
- "silk_colours": "string",
- "silk_url_64x64": "string",
- "silk_url_128x128": "string",
- "sire": "string",
- "slow": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "soft": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "speedmap": {
- "barrier_speed": 0,
- "entrant_id": "string",
- "finish_speed": 0,
- "label": "string",
- "settling_lengths": 0,
- "settling_width": 0
}, - "spr": 0,
- "standing": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "steeple": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "synthetic": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "third_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track_distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "trainer_location": "string",
- "trainer_name": "string",
- "turf": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "weight": {
- "allocated": "string",
- "total": "string"
}, - "weight_for_age": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "win_p": "string"
}, - "live_bets": [
- {
- "description": [
- "string"
], - "legs": [
- {
- "race": {
- "barrier_number": 0,
- "entrant_id": [
- 0
], - "entrant_name": "string",
- "entrant_number": 0,
- "meeting_name": "string",
- "product_type_name": "string",
- "race_name": "string",
- "race_number": 0
}, - "selections": [
- {
- "entrants": [
- {
- "entrant_barrier": 0,
- "entrant_id": [
- null
], - "entrant_name": "string",
- "entrant_number": 0
}
], - "position": 0
}
]
}
], - "place_odds": 0,
- "place_time": "2019-08-24T14:15:22Z",
- "stake": 0,
- "title": "string"
}
], - "money_tracker": {
- "entrants": [
- {
- "bet_percentage": 0,
- "entrant_id": "string",
- "hold_percentage": 0
}
]
}, - "mover": {
- "age": 0,
- "all_box_history": [
- {
- "barrier": "string",
- "summary": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}
}
], - "all_weather": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "all_weather_slushy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "allowance_weight": "string",
- "alt_silk_url_64x64": "string",
- "alt_silk_url_128x128": "string",
- "apprentice_indicator": "string",
- "barrier": 0,
- "barrier_position": "string",
- "best_mile_rate": "string",
- "best_time": "string",
- "box_history": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "breeding": "string",
- "class_level": "string",
- "colour": "string",
- "country": "string",
- "dam": "string",
- "dam_dam": "string",
- "dam_sire": "string",
- "deductions": {
- "place": 0,
- "win": 0
}, - "distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "emergency_position": "string",
- "entrant_id": "string",
- "fast": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "favourite": true,
- "firm": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "first_start_indicator": true,
- "first_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "foaling_date": "string",
- "form_comment": "string",
- "form_comment_short": "string",
- "form_indicators": [
- {
- "group": "string",
- "name": "string",
- "negative": true,
- "priority": 0
}
], - "fourth_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_30": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_90": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "gear": "string",
- "good": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass_wet": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "handicap": 0,
- "handicap_rating": "string",
- "heavy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "horse_id": 0,
- "hurdle": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "is_emergency": true,
- "is_late_scratched": true,
- "is_scratched": true,
- "jockey": "string",
- "jockey_past_performances": {
- "last_50_starts": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "trainer": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "last_12_months": {
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "last_12_months_prize_money": {
- "property1": 0,
- "property2": 0
}, - "last_12_p": "string",
- "last_12_w": "string",
- "last_starts": [
- {
- "barrier": "string",
- "barrier_position": "string",
- "bon": "string",
- "class": "string",
- "comment": "string",
- "date": "string",
- "days_since": "string",
- "distance": "string",
- "finish": "string",
- "gear": "string",
- "gear_changes": [
- {
- "id": "string",
- "name": "string",
- "option": "string"
}
], - "id": "string",
- "in_run": "string",
- "jockey": "string",
- "last_600": "string",
- "limit_weight": "string",
- "margin": "string",
- "margin_1st_2nd": "string",
- "margin_2nd_3rd": "string",
- "margin_3rd_4th": "string",
- "mile_rate": "string",
- "minimum_handicap": "string",
- "number": "string",
- "number_of_runners": "string",
- "place_favouritism": "string",
- "prize_money": "string",
- "review": "string",
- "run_rating": "string",
- "second": "string",
- "start_type": "string",
- "starting_price": "string",
- "stipes": "string",
- "third": "string",
- "time": "string",
- "time_ran": "string",
- "track": "string",
- "track_condition": "string",
- "track_direction": "string",
- "track_four_char": "string",
- "track_surface": "string",
- "venue_id": "string",
- "venue_name": "string",
- "weight_carried": "string",
- "win_favouritism": "string",
- "winner": "string"
}
], - "last_twenty_starts": "string",
- "left_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "market_name": "string",
- "mobile": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "mover": true,
- "name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0,
- "pool_place": 0,
- "pool_win": 0
}, - "overall": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "owners": "string",
- "past_performances": {
- "jockey": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "place_p": "string",
- "predictors": [
- {
- "average_kms": 0,
- "average_time": 0,
- "best_date": "string",
- "best_kms": 0,
- "best_time": 0,
- "class": "string",
- "class_change": "string",
- "place": 0,
- "win": 0
}
], - "preview": "string",
- "primary_market": true,
- "prize_money": "string",
- "rating": "string",
- "right_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "runner_change": {
- "property1": "string",
- "property2": "string"
}, - "runner_number": 0,
- "runner_win_history": [
- {
- "details": "string"
}
], - "scratch_time": 0,
- "second_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "sex": "string",
- "silk_colours": "string",
- "silk_url_64x64": "string",
- "silk_url_128x128": "string",
- "sire": "string",
- "slow": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "soft": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "speedmap": {
- "barrier_speed": 0,
- "entrant_id": "string",
- "finish_speed": 0,
- "label": "string",
- "settling_lengths": 0,
- "settling_width": 0
}, - "spr": 0,
- "standing": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "steeple": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "synthetic": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "third_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track_distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "trainer_location": "string",
- "trainer_name": "string",
- "turf": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "weight": {
- "allocated": "string",
- "total": "string"
}, - "weight_for_age": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "win_p": "string"
}, - "race": {
- "actual_start": 0,
- "actual_start_string": "string",
- "advertised_start": 0,
- "advertised_start_string": "string",
- "age_conditions": "string",
- "allowance_conditions": true,
- "class": "string",
- "comment": "string",
- "country": "string",
- "description": "string",
- "display_meeting_name": "string",
- "distance": 0,
- "entrant_count": 0,
- "event_id": "string",
- "fftop3_option_number": 0,
- "ffwin_option_number": 0,
- "field_size": 0,
- "form_guide": "string",
- "gait": "string",
- "gender_conditions": "string",
- "group": "string",
- "jockey_conditions": "string",
- "meeting_id": "string",
- "meeting_name": "string",
- "mile_rate_400": "string",
- "mile_rate_800": "string",
- "positions_paid": 0,
- "prize_monies": {
- "property1": 0,
- "property2": 0
}, - "protest": true,
- "protest_reason": "string",
- "race_date_nz": "string",
- "race_number": 0,
- "rail_position": "string",
- "silk_base_url": "string",
- "silk_url": "string",
- "special_conditions": "string",
- "start_time_nz": "string",
- "start_type": "string",
- "state": "string",
- "status": "string",
- "tips": [
- "string"
], - "track_circumference": 0,
- "track_condition": "string",
- "track_direction": "string",
- "track_home_straight": 0,
- "track_surface": "string",
- "type": "string",
- "video_channel": 0,
- "video_channels": [
- "string"
], - "video_channels_meta": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "weather": "string",
- "weight_and_handicap_conditions": "string"
}, - "results": [
- {
- "barrier": 0,
- "entrant_id": "string",
- "margin_length": 0,
- "name": "string",
- "position": 0,
- "positional_margin": "string",
- "runner_number": 0,
- "time_ran": 0,
- "winning_time": 0
}
], - "runners": [
- {
- "age": 0,
- "all_box_history": [
- {
- "barrier": "string",
- "summary": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}
}
], - "all_weather": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "all_weather_slushy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "allowance_weight": "string",
- "alt_silk_url_64x64": "string",
- "alt_silk_url_128x128": "string",
- "apprentice_indicator": "string",
- "barrier": 0,
- "barrier_position": "string",
- "best_mile_rate": "string",
- "best_time": "string",
- "box_history": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "breeding": "string",
- "class_level": "string",
- "colour": "string",
- "competitor_id": "string",
- "country": "string",
- "dam": "string",
- "dam_dam": "string",
- "dam_sire": "string",
- "deduction": {
- "place": 0,
- "win": 0
}, - "distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "emergency_position": "string",
- "entrant_id": "string",
- "fast": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "favourite": true,
- "firm": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "first_start_indicator": true,
- "first_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "flucs": [
- 0
], - "flucs_with_timestamp": {
- "high": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "last_six": [
- {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}
], - "low": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "nine_am": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}, - "open": {
- "fluc": 0,
- "timestamp": "2019-08-24T14:15:22Z"
}
}, - "foaling_date": "string",
- "form_comment": "string",
- "form_comment_short": "string",
- "form_indicators": [
- {
- "group": "string",
- "name": "string",
- "negative": true,
- "priority": 0
}
], - "fourth_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_30": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "fresh_90": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "gear": "string",
- "good": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "grass_wet": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "handicap": 0,
- "handicap_rating": "string",
- "heavy": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "horse_id": 0,
- "hurdle": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "is_emergency": true,
- "is_late_scratched": true,
- "is_scratched": true,
- "jockey": "string",
- "jockey_past_performances": {
- "last_50_starts": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "trainer": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "last_12_months": {
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}, - "last_12_months_prize_money": {
- "property1": 0,
- "property2": 0
}, - "last_12_p": "string",
- "last_12_w": "string",
- "last_starts": [
- {
- "barrier": "string",
- "barrier_position": "string",
- "bon": "string",
- "class": "string",
- "comment": "string",
- "date": "string",
- "days_since": "string",
- "distance": "string",
- "finish": "string",
- "gear": "string",
- "gear_changes": [
- {
- "id": "string",
- "name": "string",
- "option": "string"
}
], - "id": "string",
- "in_run": "string",
- "jockey": "string",
- "last_600": "string",
- "limit_weight": "string",
- "margin": "string",
- "margin_1st_2nd": "string",
- "margin_2nd_3rd": "string",
- "margin_3rd_4th": "string",
- "mile_rate": "string",
- "minimum_handicap": "string",
- "number": "string",
- "number_of_runners": "string",
- "place_favouritism": "string",
- "prize_money": "string",
- "review": "string",
- "run_rating": "string",
- "second": "string",
- "start_type": "string",
- "starting_price": "string",
- "stipes": "string",
- "third": "string",
- "time": "string",
- "time_ran": "string",
- "track": "string",
- "track_condition": "string",
- "track_direction": "string",
- "track_four_char": "string",
- "track_surface": "string",
- "venue_id": "string",
- "venue_name": "string",
- "weight_carried": "string",
- "win_favouritism": "string",
- "winner": "string"
}
], - "last_twenty_starts": "string",
- "left_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "market_name": "string",
- "meta": {
- "property1": "string",
- "property2": "string"
}, - "mobile": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "mover": true,
- "name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0,
- "pool_place": 0,
- "pool_win": 0
}, - "overall": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "owners": "string",
- "past_performances": {
- "jockey": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0
}
}, - "picks": [
- {
- "comment": "string",
- "name": "string",
- "rank": 0,
- "selector_type": "string"
}
], - "place_p": "string",
- "predictors": [
- {
- "average_kms": 0,
- "average_time": 0,
- "best_date": "string",
- "best_kms": 0,
- "best_time": 0,
- "class": "string",
- "class_change": "string",
- "place": 0,
- "win": 0
}
], - "preview": "string",
- "primary_market": true,
- "prize_money": "string",
- "rating": "string",
- "ride_guide_exists": true,
- "ride_guide_file": "string",
- "ride_guide_thumbnail": "string",
- "right_handed": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "runner_change": {
- "property1": "string",
- "property2": "string"
}, - "runner_number": 0,
- "runner_win_history": [
- {
- "details": "string"
}
], - "scr_time": "2019-08-24T14:15:22Z",
- "scratch_time": 0,
- "second_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "sex": "string",
- "silk_colours": "string",
- "silk_url_64x64": "string",
- "silk_url_128x128": "string",
- "sire": "string",
- "slow": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "soft": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "speedmap": {
- "barrier_speed": 0,
- "entrant_id": "string",
- "finish_speed": 0,
- "label": "string",
- "settling_lengths": 0,
- "settling_width": 0
}, - "spr": 0,
- "standing": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "steeple": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "synthetic": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "third_up": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "track_distance": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "trainer_location": "string",
- "trainer_name": "string",
- "turf": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "weight": {
- "allocated": "string",
- "total": "string"
}, - "weight_for_age": {
- "number_of_placings": 0,
- "number_of_seconds": 0,
- "number_of_starts": 0,
- "number_of_thirds": 0,
- "number_of_wins": 0,
- "winning_distance": 0
}, - "win_p": "string"
}
], - "substitutions": [
- {
- "entrant_id": "string",
- "product_name": "string",
- "tote": "string"
}
], - "tote_pools": [
- {
- "brought_forward": 0,
- "commingled_info": true,
- "early_quaddie": [
- 0
], - "guarantee": 0,
- "is_commingled": true,
- "is_concession": true,
- "is_final": true,
- "jackpot": 0,
- "leg": 0,
- "product_type": "string",
- "qla_odds": [
- {
- "favouritism": 0,
- "oddsString": "string",
- "scratched": "string",
- "sel": 0
}
], - "quaddie": [
- 0
], - "status": "string",
- "terminating": true,
- "total": 0,
- "tote_running_double": [
- [
- 0
]
], - "tote_treble": [
- [
- 0
]
], - "tote_trends": {
- "final_leg_start_time": "string",
- "pool_total": 0,
- "tote_trends_data": "string"
}, - "will_pay_current_leg": 0,
- "will_pay_live_units": 0,
- "will_pays": [
- {
- "change": "string",
- "odds": 0,
- "sel": 0
}
], - "win_investment": "string"
}
]
}Retrieves a list of races. Refine results using the optional filtering parameters.
| countries | string Filter races by one or more countries. Available filters: ( |
| date_from | string Default: Include races from the specified date onwards. Available filters: ( |
| date_to | string Default: Include races up to and including the specified date. Available filters: ( |
| enc | string Default: The response encoding format. Available formats: ( |
| limit | integer Default: Limit the number of items included in the response. |
| meet_types | string Filter races by meet type: Thoroughbred, Harness, or Greyhound. Available filters: ( |
| order_by | integer Default: Set ascending/descending order by datetime. Available filters: ( |
| page_token | string Page token, used for pagination. |
{- "next_page_token": "string",
- "races": [
- {
- "actual_start": "2019-08-24T14:15:22Z",
- "advertised_start": "2019-08-24T14:15:22Z",
- "id": "string",
- "meeting_id": "string",
- "name": "string",
- "number": 0,
- "protest": true,
- "protest_reason": "string",
- "silk_url": "string"
}
]
}Retrieves a list of meetings. Refine results using the optional filtering parameters. If filtering by meeting numbers or IDs, ensure that only one is provided, not both
| category | string Filter meetings by category: Thoroughbred, Harness, or Greyhound. Available filters: ( |
| country | string Filter meetings by country. Available filters: ( |
| date_from | string Default: Include meetings from the specified date onwards. Available filters: ( |
| date_to | string Default: Include meetings up to and including the specified date. Available filters: ( |
| enc | string Default: The response encoding format. Available formats: ( |
| futures | boolean Default: Include futures markets. |
| ids | string Filter meetings by one or more comma-separated IDs. |
| limit | integer Default: Limit the number of items included in the response. |
| meeting_numbers | string Filter meetings by one or more comma-separated meeting numbers. (Only available to selected partners) |
| offset | integer Default: Skip the first offset responses, used for pagination. |
{- "meetings": [
- {
- "category": "string",
- "category_name": "string",
- "club_day": 0,
- "club_mnemonic": "string",
- "comp_close_date": "string",
- "comp_complete_date": "string",
- "comp_day": 0,
- "comp_mnemonic": "string",
- "comp_sell_date": "string",
- "country": "string",
- "daily_double": [
- 0
], - "date": "2019-08-24T14:15:22Z",
- "early_quaddie": [
- 0
], - "fob_close_date": "string",
- "fob_club_day": 0,
- "fob_complete_date": "string",
- "fob_mnemonic": "string",
- "fob_sell_date": "string",
- "is_fob_meeting": true,
- "jetbet_club_name": "string",
- "jetbet_track_name": "string",
- "meeting": "string",
- "meeting_date": "string",
- "meeting_type": "string",
- "name": "string",
- "quaddie": [
- 0
], - "races": [
- {
- "country": "string",
- "distance": 0,
- "id": "string",
- "name": "string",
- "protest": true,
- "protest_reason": "string",
- "race_number": 0,
- "start_time": "2019-08-24T14:15:22Z",
- "state": "string",
- "status": "string",
- "tote_start_time": "string",
- "track_condition": "string",
- "weather": "string"
}
], - "sell_date": "string",
- "state": "string",
- "tote_meeting_number": 0,
- "tote_raceday_date": "string",
- "tote_running_double": [
- [
- 0
]
], - "tote_status": "string",
- "tote_treble": [
- [
- 0
]
], - "track_condition": "string",
- "track_mnemonic": "string",
- "treble": [
- 0
], - "video_channel": 0,
- "video_channels": [
- "string"
]
}
]
}Retrieves a single specified meeting.
| id required | string The ID of the meeting to retrieve. |
| enc | string Default: The response encoding format. Available formats: ( |
{- "meetings": [
- {
- "category": "string",
- "category_name": "string",
- "club_day": 0,
- "club_mnemonic": "string",
- "comp_close_date": "string",
- "comp_complete_date": "string",
- "comp_day": 0,
- "comp_mnemonic": "string",
- "comp_sell_date": "string",
- "country": "string",
- "daily_double": [
- 0
], - "date": "2019-08-24T14:15:22Z",
- "early_quaddie": [
- 0
], - "fob_close_date": "string",
- "fob_club_day": 0,
- "fob_complete_date": "string",
- "fob_mnemonic": "string",
- "fob_sell_date": "string",
- "is_fob_meeting": true,
- "jetbet_club_name": "string",
- "jetbet_track_name": "string",
- "meeting": "string",
- "meeting_date": "string",
- "meeting_type": "string",
- "name": "string",
- "quaddie": [
- 0
], - "races": [
- {
- "country": "string",
- "distance": 0,
- "id": "string",
- "name": "string",
- "protest": true,
- "protest_reason": "string",
- "race_number": 0,
- "start_time": "2019-08-24T14:15:22Z",
- "state": "string",
- "status": "string",
- "tote_start_time": "string",
- "track_condition": "string",
- "weather": "string"
}
], - "sell_date": "string",
- "state": "string",
- "tote_meeting_number": 0,
- "tote_raceday_date": "string",
- "tote_running_double": [
- [
- 0
]
], - "tote_status": "string",
- "tote_treble": [
- [
- 0
]
], - "track_condition": "string",
- "track_mnemonic": "string",
- "treble": [
- 0
], - "video_channel": 0,
- "video_channels": [
- "string"
]
}
]
}List futures markets
| enc | string Default: The response encoding format. Available formats: ( |
{- "meetings": [
- {
- "category": "string",
- "category_name": "string",
- "club_day": 0,
- "club_mnemonic": "string",
- "comp_close_date": "string",
- "comp_complete_date": "string",
- "comp_day": 0,
- "comp_mnemonic": "string",
- "comp_sell_date": "string",
- "country": "string",
- "daily_double": [
- 0
], - "date": "2019-08-24T14:15:22Z",
- "early_quaddie": [
- 0
], - "fob_close_date": "string",
- "fob_club_day": 0,
- "fob_complete_date": "string",
- "fob_mnemonic": "string",
- "fob_sell_date": "string",
- "is_fob_meeting": true,
- "jetbet_club_name": "string",
- "jetbet_track_name": "string",
- "meeting": "string",
- "meeting_date": "string",
- "meeting_type": "string",
- "name": "string",
- "quaddie": [
- 0
], - "races": [
- {
- "country": "string",
- "distance": 0,
- "id": "string",
- "name": "string",
- "protest": true,
- "protest_reason": "string",
- "race_number": 0,
- "start_time": "2019-08-24T14:15:22Z",
- "state": "string",
- "status": "string",
- "tote_start_time": "string",
- "track_condition": "string",
- "weather": "string"
}
], - "sell_date": "string",
- "state": "string",
- "tote_meeting_number": 0,
- "tote_raceday_date": "string",
- "tote_running_double": [
- [
- 0
]
], - "tote_status": "string",
- "tote_treble": [
- [
- 0
]
], - "track_condition": "string",
- "track_mnemonic": "string",
- "treble": [
- 0
], - "video_channel": 0,
- "video_channels": [
- "string"
]
}
]
}List races by broadcasting channel
| channel required | string Filter races by broadcasting channel. Available filters: ( |
| date | string Default: Filter races by date. Available filters: ( |
| enc | string Default: The response encoding format. Available formats: ( |
| type | string Filter races by meet type: Thoroughbred, Harness, or Greyhound. Available filters: ( |
{- "races": [
- {
- "actual_start": 0,
- "actual_start_string": "string",
- "advertised_start": 0,
- "advertised_start_string": "string",
- "country": "string",
- "event_id": "string",
- "meeting_id": "string",
- "meeting_name": "string",
- "protest": true,
- "protest_reason": "string",
- "race_number": 0,
- "status": "string",
- "type": "string"
}
]
}Retrieves a list of meetings with extras markets available.
Refine results using the optional filtering parameters.
| categories | string Filter extras by categories: Thoroughbred, Harness, or Greyhound. Available filters: ( |
| countries | string Filter extras by one or more countries. Available filters: ( |
| date_from | string Default: Include extras from the specified date onwards. Must be within a maximum of 2 days from Available filters: ( |
| date_to | string Default: Include extras up to and including the specified date. Must be within a maximum of 2 days from Available filters: ( |
| enc | string Default: The response encoding format. Available formats: ( |
| page_token | string Page token, used for pagination. |
{- "extras": [
- {
- "markets": [
- {
- "entrants": [
- {
- "entrant_id": "string",
- "entrant_name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0
}
}
], - "market_id": "string",
- "market_name": "string",
- "results": [
- {
- "entrant_id": "string",
- "entrant_name": "string",
- "position": 0,
- "result_status": "string"
}
]
}
], - "meeting": {
- "advertised_start": "2019-08-24T14:15:22Z",
- "category": "string",
- "country": "string",
- "meeting_id": "string",
- "meeting_name": "string",
- "state": "string"
}
}
], - "next_page_token": "string"
}Retrieves detailed extras markets for a single specified meeting.
| id required | string The ID of the meeting to retrieve extras for. |
| enc | string Default: The response encoding format. Available formats: ( |
{- "extras": {
- "markets": [
- {
- "entrants": [
- {
- "entrant_id": "string",
- "entrant_name": "string",
- "odds": {
- "fixed_place": 0,
- "fixed_win": 0
}
}
], - "market_id": "string",
- "market_name": "string",
- "results": [
- {
- "entrant_id": "string",
- "entrant_name": "string",
- "position": 0,
- "result_status": "string"
}
]
}
], - "meeting": {
- "advertised_start": "2019-08-24T14:15:22Z",
- "category": "string",
- "country": "string",
- "meeting_id": "string",
- "meeting_name": "string",
- "state": "string"
}
}
}