Click or drag to resize

BetTypeKey(Int64, NullableInt64) Constructor

Initializes a new instance of the BetTypeKey class

Namespace: Sportradar.SDK.Common
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public BetTypeKey(
	long odds_type_id,
	long? odds_sub_type
)

Parameters

odds_type_id  Int64
Bet type id
odds_sub_type  NullableInt64
Optional bet subtype id
See Also