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

LiveSelection Entity

Description

Represents a selection within a live bet. It is linked to a live outcome and stores odds, results, and other metadata relevant to live betting.

Usage

Allows you to display real-time data for specific user selections.

Attributes

AttributeTypeDescription
idID!Unique identifier for the live selection.
betLiveBet!Reference to the live bet associated with this selection.
rawOddsBigInt!Raw odds for the live selection.
oddsBigDecimal!Formatted odds for the live selection.
resultSelectionResultResult of the selection (Won or Lost).
outcomeLiveOutcome!Reference to the live outcome associated with the selection.