Click or drag to resize

ILiveOddsOnScoreCardSummary Event

This event can be used for two types of information - live reporting of results/cards and final results (fulltime/halftime). Event is triggered as soon as a score/card is detected during a match and includes the timestamp of the actual event. The Id uniquely identifies each score and card. In addition, the scoring team and the player causing the event are both specified.

The same card and the same score can be sent several times; this is used to update information, for example player or time. When no time is known it is set to “-1", and the player attribute is empty. Cancelled indicates whether the score or card is cancelled or not. If cancelled then a new message with the correct score will be sent for score cancelling.

There is also live score information available during a match. After the match is ended, results with time=T, and type: halftime(ht), fulltime(ft), after overtime(ao), after penalties(pen) or score(when the goal happened) are indicated. T is the match time in minutes when the goal occurred. Here all cards registered during the match are sent. For the score types ht, ft, ot and pen there is no Id attribute. Score indicates the current score in the match. Evaluation of the bet outcomes is the responsibility of the Client system.


Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
event EventHandler<ScoreCardSummaryEventArgs> OnScoreCardSummary

Value

EventHandlerScoreCardSummaryEventArgs
See Also