Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

...

  • Fixtures - Returns fixtures that are available to be used in Multibet - In Progress currently

  • Markets-types - Provides a list of markets and selections that are available to bet upon

  • Prices - The price of a particular multibet

  • Results - The result of a particular multibet

...

Returns list of fixtures that are available to be used in Multibet. FixtureId is required to call remaining three endpoints: Markets-types, Prices, Results

This endpoint is in progress currently.

Market-types

Returns a list of available markets to bet upon for a particular fixture. The available markets is sport specific and will also be affected by the current state of the fixture and what bets are already included in the multibet. For instance it wouldn’t be possible to bet upon a first quarter market during the second quarter of a fixture.

...

Parameter

Encoding

Required

Description

legs

Leg Ids separated by “,”

See: https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Leg-Id

No

The ids of any bets that are already included in the multibet.

By providing this information the get-market-types method is able to exclude incompatible markets from the response. E.g. if the user has already selected to bet that the home team will win the match we can exclude the option to add a bet on the away team winning to the multibet.

If this parameter is omitted then all available markets will be returned.

...

Field

Type

Nullable

Description

markets

Market[]

See: https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Market

No

Array of markets available to bet upon

...

Parameter

Encoding

Required

Description

legs

Leg Ids separated by “,”

See: https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Leg-Id

Yes

The ids of the bet legs that are included in the multibet. The array must contain a minimum of one leg, maximum 50 legs and the legs must be unique.

...

Parameter

Encoding

Required

Description

legs

Leg Ids separated by “,”

See: https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Leg-Id

Yes

The ids of the bet legs that are included in the multibet. The array must contain a minimum of one leg, maximum 50 legs and the legs must be unique.

...

Field

Type

Nullable

Description

result

x-extensible-enum

See https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Result

No

Overall result of the multibet.

legResults

LegResult[]

See https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#LegResult

No

Result of each individual leg within the multibet. Minimum length one, maximum length 50, unique entries.

...

Field

Type

Required

Description

leg

string

See https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Leg-Id

Yes

The leg id

result

x-extensible-enum

See: https://geniussports.atlassian.net/wiki/spaces/MULBID/pages/40825979824284252757/Integration+1%3A+Multibet+API#Result

Yes

The result of the leg

 

...