Generating Deep Links
Before you start generating deep links, we recommend that you familiarize yourself with the elements of deep links, as this topic only shows the syntax of different popular deep link variants with examples, but does not explain the syntax in detail.
General sports betting
Sport without context
Links to the overview page of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}- Example
https://{base-url}/en/sports/4
Sport with context
Links to a defined subset of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}/{context}- Example
https://{base-url}/en/sports/4/in-60-minutes
Region
Links to a defined region of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}/{context}/regions/{regionId}- Example
https://{base-url}/en/sports/4/betting/regions/14
Competition
Links to a defined competition (league).
- Syntax
{base-url}/{culture}/sports/{sportId}/{context}/leagues/{competitionId}- Example
https://{base-url}/en/sports/4/betting/leagues/46
Fixture
Links to a defined fixture (event).
- Syntax
{base-url}/{culture}/sports/events/{fixtureId}- Example
https://{base-url}/en/sports/events/9464905
Special bets
Links to horse racing futures, golf each-way, and other special bets.
- Syntax
{base-url}/{culture}/sports/fixtures/{fixtureId}- Example
https://{base-url}/en/sports/fixtures/86621
Market template
Links to markets of a context, region, or competition, created from a defined market template such as goal bets.
- Syntax
{base-url}/[...]?marketTemplate={marketTemplateNumber}- Example
https://{base-url}/en/sports/4/betting/regions/14?marketTemplate=17
Live betting
Live overview of one sport
Links to the live betting overview page of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}/live- Example
https://{base-url}/en/sports/4/live
Live overview of all sports
Links to the live betting overview page of all sports.
- Syntax
{base-url}/{culture}/sports/live/all- Example
https://{base-url}/en/sports/live/all
Live overview of one region
Links to the live betting overview page of one region of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}/live/regions/{regionId}- Example
https://{base-url}/en/sports/4/live/regions/14
Live highlights overview
Links to the live highlights page.
- Syntax
{base-url}/{culture}/sports/live/betting- Example
https://{base-url}/en/sports/live/betting
Live streams
Links to the live streaming page.
- Syntax
{base-url}/{culture}/sports/live/video- Example
https://{base-url}/en/sports/live/video
Horse racing betting
List of races
Links to the list of races in one meeting.
- Syntax
{base-url}/{culture}/sports/{sportId}/meetings/{meetingId}/races/{context}- Example
https://{base-url}/en/sports/29/meetings/39/races/today
One race
Links to one race.
- Syntax
{base-url}/{culture}/sports/{sportId}/meetings/{meetingId}/races/{raceId}- Example
https://{base-url}/en/sports/29/meetings/44/races/86621
Ante post
Links to the list of ante post fixtures.
- Syntax
{base-url}/{culture}/sports/{sportId}/meetings/{meetingId}/races/{raceId}- Example
https://{base-url}/en/sports/29/meetings/44/races/86621
Coupons
Coupon
Links to one coupon.
- Syntax
{base-url}/{culture}/sports/{sportId}/coupons/{couponId}- Example
https://{base-url}/en/sports/7/coupons/191
Bet builder
Links to the Bet Builder of one sport.
- Syntax
{base-url}/{culture}/sports/{sportId}/coupons/bet-builder- Example
https://{base-url}/en/sports/7/coupons/bet-builder
Betslip links
The Betslip links have one common basic syntax:
TV1
- Syntax
base-url/en/sports?options={fixtureId}-{marketId}-{optionId}_{isClassicBetBuilder}[,...]&stake={stake}&cy={currency}&type={type}&wm={wm}&source={source}- Example
- Select Germany as the winner of the World Cup 2022 and go to the home page:
https://{base-url}/en/sports/?options=7453040-284980932-871949695
TV2
- Syntax
base-url/en/sports?options={fixtureId}-{marketId}-{optionId}-{priceId}_{isClassicBetBuilder}[,...]&stake={stake}&cy={currency}&type={type}&wm={wm}&source={source}
Combining requests
Multiple selections
Multiple selections can be chained by using , as a separator.
Multiple SGP legs
Multiple SGP legs can be chained by using ~ as a separator. Each parameter inside of each SGP leg is separated using _.
When doing this, a pickGroupId parameter has to be added right after the fixtureId (eg: {fixtureId}{pickGroupId}{MarketId}_{optionId}). This is a GUID that shall be identical in each leg.
Examples
- Three TV1 legs and one TV2 leg from the same NBA fixture.
/en/sports?options=16941156_99b16520-f7cb-46a3-a5b1-86d7daf9678f_1251959676_-729411956_false~16941156_99b16520-f7cb-46a3-a5b1-86d7daf9678f_1251959714_-729411859_false~16941156_99b16520-f7cb-46a3-a5b1-86d7daf9678f_1252171476_-728889635_false~6:13304_99b16520-f7cb-46a3-a5b1-86d7daf9678f_928668_1235576_false
- Two SGP legs and one single pick from different soccer event using InHouse BetBuilder
/en/sports?options=2:7632031_2:7632031_183764844_653670674_false~2:7632031_2:7632031_183567479_652594538_false,2:7632032-183567540-652594941-2052430443&type=COMBO
- Two SGP legs and one single pick from two different NBA games.
/en/sports?options=16941156_99b16520-f7cb-46a3-a5b1-86d7daf9678f_1251959676_-729411956_false~6:13304_99b16520-f7cb-46a3-a5b1-86d7daf9678f_928619_1235478_false,16940832-1235553754—771647237
- Sportcast BetBuilder format (Cannot be combined with others).
/en/sports?options=2:7567382-1373188095-1373188095&offerSource=BetBuilder
Miscellaneous use cases
- Add one selection and open the event page
- Use the deep link of the event page and append the parameters needed for affiliates, including the affiliate tracking ID:
https://{base-url}/en/sports/events/8730522?options=8730522-375308358-1120916634&wm=12324567- Add multiple selections and go to the home page
https://{base-url}/en/sports/?options=9047433-399573237-1189243230,9313367-420546229-1247663206,9047439-399574653-1189247144- Add multiple selections and go to the competition page
https://{base-url}/en/sports/4/betting/leagues/46?options=8619581-366154469-1095795566,8811256-381307887-1137579248- Aggregate multiple selections and define a stake to be placed on each selection
https://{base-url}/en/sports?options=8689063-371487979-1110490716,9007445-396437496-1180454222&type=combo&stake=50