Golf

All information required for trading team to manage Bet Link for Golf

This page will breakdown all the data sent to operator in the bets array of bet placement message.

field name

Description

Example

betId

bet identifier

sportId

sport identifier

golf

sportName

sport name as per odds feed, always in English

golf

sportDisplayName

sport name to be used for display purposes, is in configured language

Translated in configured language

competitionId

competition identifier

comp.golf_1320877 comp.golf_1320865

comp.golf_1320867

competitionName

competition name as per odds feed, always in English

LPGA tour

competitionDisplayName

competition name to be used for display purposes, is in configured language

Translated in configured language

eventId

event (as in sporting event) identifier

ev.golf_17731

eventName

event name as per odds feed, always in English

Mallorca Golf Open 2022

eventDisplayName

event name to be used for display purposes, is in configured language

Translated in configured language

marketTypeId

market type identifier, to be used for trading purposes

mt.outright

marketId

market identifier

golf_17381_win

marketName

market name as per odds feed, always in English

Win

marketDisplayName

market name to be used for display purposes, is in configured language

Translated in configured language

selectionId

selection identifier

g:3715

selectionName

selection name as per odds feed, always in English

Seamus Power

selectionDisplayName

selection name to be used for display purposes, is in configured language

Translated in configured language

decimalPrice

price of a given selection

9.5

stake

customer stake

100

Data Hierarchy

ID

Hierarchy info

Details

sportId

currently only support golf

competitionId

each competitionId has a specific sportId (at the moment sportId is always golf)

there is a fixed list of competitionIds eg PGA, Euro Tour, LPGA, etc.

eventId

each eventId has a specified competitionId

eventId is unique for every event (eg The Open 2021 will have a different ID to The Open 2022 etc.)

marketTypeId

marketTypeIds are not event specific, each event will use a subset of or all predefined marketTypeIds

there is a fixed list of marketTypeIds which are the same for every event (some tournaments have smaller offering see spreadsheet below.) market type is a basically a grouping of markets, eg all 3 ball matches have the same market type.

marketId

each marketId has a specified marketTypeId

marketId is unique *Two different markets can have the same marketTypeId

selectionId

each selectionId has a specified marketId

selectionId for selections in two different markets can be the same, selectionId is only unique when paired with marketId

Market Type List and Market Behaviour

Please request access to the following spreadsheet for comprehensive trading info, including:

  • All marketTypeIds , this is the field we suggested setting limits against

  • Examples of marketIds , marketNames and selectionNames per each marketTypeId

  • Market behaviour, for example at what point of a golf event a certain market opens, suspends, closes

  • Margins

Important trading information

  • The following validations are carried out by BetLink backend before making bet placement request to the operator:

    • price validation (there is no need for traders to validate or manage prices)

    • market, selection, event validation (there is no need for trading team to manage status of event or whether the selection/market/event exists or correlates to its defined selection/market/event.)

  • In the event of loss of connection to BetLink Backend or upstream odds provider the BetLink UI will suspend all selections

  • Currently only support singles, when multiples and complex bets are introduced BetLink will provide field `betType` and carry out validations around whether or not markets are related and can be combined.

  • Currently support 3 competitionIds:

    • comp.golf_1320877 (LPGA Tour)

    • comp.golf_1320865 (PGA Tour)

    • comp.golf_1320867 (European Tour)

Last updated