Click or drag to resize

ILiveOddsRegisterBetTypes Method

Register specific bet types within the given match. This gives the opportunity to activate specific odd types for a match.

Namespace: Sportradar.SDK.FeedProviders.LiveOdds.LiveOdds
Assembly: LiveOddsFeedProvider (in LiveOddsFeedProvider.dll) Version: 2.28.0.0
Syntax
C#
void RegisterBetTypes(
	IEnumerable<RegisterUnregisterBetType> betTypes
)

Parameters

betTypes  IEnumerableRegisterUnregisterBetType
List of matches and bet types to register
Remarks
There is no need to call this method (all bet types are registered automatically). Beware when there are more instances of the same bet type (i.e. "Next goal"), this will activate all (except the ones that are already decided - safety precaution).
See Also