Click or drag to resize

MatchHeaderEarlyBetStatus Property

Early bet status (if configured in XML LiveOdds config). This status is set to “started" once the score is changed and remains so until the match continues (re-kick off), which causes that “earlybetstatus" is set to “stopped". The bookmaker can now decide whether to receive new prices right after the score change or after the match continues (re-kick off). If one or both of the flags betstatus or earlybetstatus is set to started it can be treated as betstart, otherwise it is betstop.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
public OddsMatchEarlyBetStatus? EarlyBetStatus { get; }

Property Value

NullableOddsMatchEarlyBetStatus
See Also