Click or drag to resize

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

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


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
)

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)"]

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)"]

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)"]

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)"]

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)"]

Return Value

IListOddsType

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

See Also