Products · dutching
Dutches, served already grouped
A dutch backs each outcome of one market at a different venue. The dutching board serves them grouped: back prices only, one leg per outcome, every leg tagged with a dutch_id naming the dutch it belongs to.
What the board holds
Pre-match, across many sports and markets with a fixed set of outcomes: the match result, both teams to score, totals and more. Each dutch is a set of back prices, one per outcome, each at its own venue.
A leg can be a bookmaker's price or an exchange's back price. Every leg links to the event at its venue.
The fields only this board has
It keeps the matched feed's event-grouped shape, with two differences:
back[].dutch_id: eight hex characters naming the dutch a leg belongs to. Group one market's offers by it to rebuild each dutch.- No
lay: dutching is back-only.
Working a row
The feed carries no rating. The published contract gives the arithmetic for a dutch: 100 / sum(1/price) across its legs. The dutching calculator splits the stakes across a dutch's legs so each returns the same. The docs carry the full response shape.
An example reply
A real reply from the live feed, recorded 17 Sep 2026, 03:27 UK time and cut to one event, one market and a couple of offers a side. It shows the shape, not what the board holds now.
{
"meta": {
"feed_type": "dutching",
"region": "uk",
"odds_format": "decimal",
"processed_at": "2026-09-17T02:27:36.116Z"
},
"data": [
{
"event_id": "or_evt_c17c8ac7603a",
"sport_key": "soccer_england_womens_super_league",
"sport_title": "England Women's Super League",
"commence_time": "2026-09-18T18:00:00Z",
"home_team": "Manchester City W.F.C",
"away_team": "Liverpool F.C Women",
"markets": [
{
"key": "btts",
"outcomes": [
{
"name": "Yes",
"back": [
{
"bookmaker": "betwright",
"price": 1.83,
"link": "https://www.betwright.com/event/142269953/manchester-city-w-f-c-vs-liverpool-f-c-women",
"dutch_id": "7bc9d884"
}
]
},
{
"name": "No",
"back": [
{
"bookmaker": "dabble",
"price": 1.88,
"link": "https://dabble.co.uk",
"dutch_id": "7bc9d884"
}
]
}
]
}
]
}
]
}Live on this board now
The UK & Ireland bookmakers and exchanges serving this board, read from the feed's public coverage summary. Names only: the coverage page has the per-sport detail.
Bookmakers7bet888sportBet Targetbet365Bet600BetanoBetConnectBetfair SportsbookBetfredBetGoodwinBetMGMBetneroBetUKBetVictorBetwayBetWrightBoyleSportsBwinCasumoCopyBetCoralDabbleDafabetFanTeamFitzdaresGeoff BanksGrosvenorHighBetHollywoodbetsHopaKarambaKwiffLadbrokesLeoVegasLiveScore BetLottolandMcBookieMr VegasMrRexNetBetOctobetPaddy PowerParimatchPub CasinoPuntitSky BetSporting IndexSportingbettalkSPORT BETToalsToteUnibetVbetVirgin BetWilliam Hill
ExchangesBETDAQBetfair ExchangeMatchbookSmarkets
What you get
dutch_id, one per outcome, so a dutch arrives whole.What it does not do
Pre-match only, not in-play. A dutch returns the same amount whichever covered outcome wins; whether that is more than the total stake depends on the prices on the row, and prices move between reading it and placing the bets.
Questions
What is a
dutch_id?Eight hex characters naming the dutch a leg belongs to. Every leg of one dutch carries the same id; group a market's offers by it to rebuild the dutch.
Does a dutch guarantee a return?
No. A dutch returns the same amount whichever covered outcome wins, and more than the total stake only if the prices allow it. Prices move between reading a row and placing the bets.
Why is there no lay side?
Dutching backs every outcome instead of laying one, so the board carries back prices only.
Related
Dutches, grouped and linked
Every plan gets every board. Start a trial and call the dutching board on your own key.