Subgraph
GraphQL Queries
Games & Conditions Entities
LiveOutcome Entity

LiveOutcome Entity

Description

Represents a live outcome in a betting condition. It tracks bets, selections, and the real-time status of the outcome, allowing the system to calculate live odds and payouts.

Usage

Use this entity to track real-time outcomes within a live betting condition and update users on current outcomes and odds shifts during live games.

Attributes

AttributeTypeDescription
idID!Unique identifier for the live outcome (Condition entity ID + Outcome ID).
coreCoreContract!Reference to the core contract associated with the outcome.
outcomeIdBigInt!Numeric identifier for the outcome.
conditionLiveCondition!Reference to the condition associated with the outcome.
sortOrderInt!Sorting order for the outcome relative to other outcomes.
_betsEntityIds[String!]List of bet entity IDs associated with this outcome.
selections[LiveSelection!]! @derivedFromList of selections related to this outcome.
_updatedAtBigInt!Timestamp for the last update to the live outcome.