Click or drag to resize

OddsSuggestions Class

Suggested live odds for the match which are generated based on statistical models.
Inheritance Hierarchy

Namespace:  Sportradar.SDK.FeedProviders.LiveScout
Assembly:  LiveScoutFeedProvider (in LiveScoutFeedProvider.dll) Version: 2.23.0.0 (2.23.0.0)
Syntax
C#
[SerializableAttribute]
public class OddsSuggestions : ScoutEntityBase

The OddsSuggestions type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalData
Contains any additional XML attributes found while parsing XML feed messages that are not supported with the current version of the data contracts. These are represented as an XML attribute name-value tuples.
(Inherited from EntityBase.)
Public propertyMatchId
Match id.
Public propertyOdds
Collection of suggested odd values for this match.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ScoutEntityBaseToString.)
Top
See Also