Click or drag to resize

IOddsCreatorGetTennisSidebets(Double, Double, Int32, Int32, Int32, Int32, Double) Method

[Missing <summary> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]


Namespace: Sportradar.SDK.FeedProviders.OddsCreator
Assembly: OddsCreatorProvider (in OddsCreatorProvider.dll) Version: 2.28.0.0
Syntax
C#
IList<OddsType> GetTennisSidebets(
	double homeOdds,
	double awayOdds,
	int gender,
	int bestOfSets,
	int surface,
	int oddsTypeId,
	double oddsKey
)

Parameters

homeOdds  Double

[Missing <param name="homeOdds"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

awayOdds  Double

[Missing <param name="awayOdds"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

gender  Int32

[Missing <param name="gender"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

bestOfSets  Int32

[Missing <param name="bestOfSets"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

surface  Int32

[Missing <param name="surface"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

oddsTypeId  Int32

[Missing <param name="oddsTypeId"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

oddsKey  Double

[Missing <param name="oddsKey"/> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

Return Value

IListOddsType

[Missing <returns> documentation for "M:Sportradar.SDK.FeedProviders.OddsCreator.IOddsCreator.GetTennisSidebets(System.Double,System.Double,System.Int32,System.Int32,System.Int32,System.Int32,System.Double)"]

See Also