pointsbet_racing_tips
Retrieve today's tipster selections for a racing code and country, grouped by venue. Specify racing type (thoroughbred, harness, greyhound) and country code to get tips with tipster names and links.
Instructions
Tipster selections for a racing code + country for today, grouped by venue.
Returns: [{date, racingType, venue:{name, stateCode}, tips:[{tipster:{name}, links}]}]
Example: Australian thoroughbred tips for today {"racingType": "thoroughbred", "country": "aus"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country | Yes | Country code slug, e.g. "aus". Required — part of the URL path. | |
| racingType | Yes | Racing code. One of: thoroughbred, harness, greyhound. Required — part of the URL path. |