sportsbet_graphql_call
Retrieve sports betting odds and stats from Sportsbet by executing GraphQL operations with your specified variables.
Instructions
Call any of Sportsbet's persisted GraphQL operations against www.sportsbet.com.au/apigw/sportsbook/graph by name + variables. Hashes are managed server-side; a PERSISTED_QUERY_NOT_FOUND error means the bundle drifted. Read sportsbet://graphql/operations for the op list + variable signatures.
Returns: (JSON object)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The operation to run. Valid names come from this provider's catalogue resource (see `list_resources`) — guessing one returns an error listing the alternatives. | |
| variables | No | Variables for the operation, as an object. Which keys are required depends on the operation; the catalogue resource documents each one. |