Class BetOutcome
- Namespace
- Sportradar.LiveData.Sdk.Common.Types
- Assembly
- Sportradar.LiveData.Sdk.dll
Localized bet outcome / odds field.
[Serializable]
public class BetOutcome
- Inheritance
-
BetOutcome
- Inherited Members
Constructors
BetOutcome(string)
Initializes a new instance of the BetOutcome class
public BetOutcome(string type)
Parameters
typestringOdds field name
Properties
Translation
Localized odds field name (e.g. en="u", fi="u", ru="M")
public LocalizedString Translation { get; }
Property Value
Type
Odds field name (e.g. "u" for under)
public string Type { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.