Click or drag to resize

IOutcomeOddsV1GetOdds Method

Gets the odds in specified format

Namespace: Sportradar.OddsFeed.SDK.Entities
Assembly: Sportradar.OddsFeed.SDK.Entities (in Sportradar.OddsFeed.SDK.Entities.dll) Version: 1.59.0.0 (1.59.0.0)
Syntax
C#
double? GetOdds(
	OddsDisplayType oddsDisplayType = OddsDisplayType.Decimal
)

Parameters

oddsDisplayType  OddsDisplayType  (Optional)
Display type of the odds (default: Decimal)

Return Value

NullableDouble
The value of the outcome odds in specified format
See Also