Click or drag to resize

EventOddsField Class

Match odds field specifying each outcome for a specific odds type. Only odds types that are active contain odds fields.
Inheritance Hierarchy
SystemObject
  Sportradar.SDK.FeedProviders.LiveOdds.CommonEventOddsField

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.Common
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
[SerializableAttribute]
public class EventOddsField

The EventOddsField type exposes the following members.

Constructors
 NameDescription
Public methodEventOddsFieldInitializes a new instance of the EventOddsField class
Top
Properties
 NameDescription
Public propertyActive Whether odds field is active or not.
Public propertyOutcome Status of the outcome. See also VoidFactor.
Public propertyPlayerId The ID of the player referenced in the bet.
Public propertyProbability Outcome probability
Public propertyType Type of odds field (e.g. over, under, etc.)
Public propertyTypeId Optional odds type id
Public propertyValue Odds field value
Public propertyViewIndex Returns the original index(position) of EventOddsField as SDK stores them in a IDictionary
Public propertyVoidFactor Void factor can either be 1 or 0.5, indicating that the whole or half of the bet is voided and should be refunded to the customer. When the void factor is set to 0.5, the Outcome will indicate if the other half has won or lost.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also