sportsbet_racing_popular_srms
Retrieve popular Same Race Multi (SRM) combinations for races or meetings by event, competition, or class IDs. Get win prices and leg selections to compare betting options across providers.
Instructions
Popular Same Race Multi (SRM) combinations for races / meetings.
Returns: {srms:[{eventId, legs:[{selectionName}], price:{winPrice}}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Also answers this: entain_graphql_call, pointsbet_racing_srm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated ids at the chosen hierarchyLevel. | |
| sortBy | No | Sort order for returned SRMs. | |
| maxItems | No | Max SRM combinations to return. | |
| popularsrms | No | Restrict to popular SRMs only. | |
| hierarchyLevel | Yes | Level the ids refer to: event, competition or class. | |
| minUniqueCount | No | Minimum distinct legs per SRM. |