Subgraph
GraphQL Queries
Bets (pre-match, live, freebets) & Events
Selection Entity

Selection Entity

Description

Represents an individual selection in a bet. It is linked to a specific outcome and tracks the odds, result, and other metadata for the selection.

Usage

This entity helps when you need to track specific selections within a bet, such as individual outcomes within a parlay. Use it to display detailed bet information to users.

Attributes

AttributeTypeDescription
idID!Unique identifier for the selection.
betBet!Reference to the associated bet.
rawOddsBigInt!Raw odds for the selection.
oddsBigDecimal!Formatted odds for the selection.
resultSelectionResultResult of the selection: Won or Lost.
outcomeOutcome!Reference to the outcome related to the selection.