Click or drag to resize

ILiveOddsGetBetType Method

Returns detailed bet type information for the specified type.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
BetValue GetBetType(
	BetTypeKey key
)

Parameters

key  BetTypeKey
Bet type key

Return Value

BetValue
Detailed bet type information for the specified type.
Remarks
The method returns a cached response that is periodically fetched from the server. RefreshInterval control's the interval.
See Also