1x2 Match Odds
1x2 match odds
The 1x2 variant of bookmakerOddsComparison renders one row per configured bookmaker brand for a single match: logo + brand name + the 1 / X / 2 price cells, each a clickable affiliate link. It is selected by market: "1x2" on the config record — the default when market is absent.
Header text: the optional eventsubtitle / competitionsubtitle tag attributes (surfaced as meta.eventSubtitle / meta.competitionSubtitle, empty when absent). A heading above the widget is page content, not a widget setting.
Shared behaviour — configid vs configuration, the display attributes, rel / target, tlTarget — is described on the Bookmaker Odds Comparison page.
The recommended setup, shown first, with every top-level attribute the 1x2 variant reads: the event + brands live in the referenced Sanity Bookmaker Odds document; the tag carries the configid slug plus the display attributes. maxrows="100" is a deliberately large cap so the number of brands is not restricted in practice. This is a live widget (the referenced config exists in this environment).
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configid="bookmakerodds-fulham-chelsea-20260824"
ctakey="bookmaker-odds-cta-bet-now"
ctatext="Bet now"
ctacolors="#055e37"
ctahovercolors="#044e2e"
tlTarget="vulcan"
trackinglinktarget="showcase"
rel="nofollow"
target="_blank"
anchorid="bookmaker-odds-configid"
maxrows="100"
eventsubtitle="Matchday 2, Craven Cottage"
competitionsubtitle="Premier League - England"
country="GB"
language="en"></nw-blocks>
The same widget with the inline configuration JSON instead of a configid, so every config field is visible on the tag. If both configid and configuration are present, configid wins and this JSON is ignored.
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","market":"1x2","brands":[{"cloakedLink":"rabona-sports","legacyId":"Rabona-Sports","provider":"altenar"},{"cloakedLink":"1bet-sports","legacyId":"1Bet-Sports","provider":"bahigo"}]}'
ctakey="bookmaker-odds-cta-bet-now"
ctatext="Bet now"
ctacolors="#055e37"
ctahovercolors="#044e2e"
tlTarget="vulcan"
trackinglinktarget="showcase"
rel="nofollow"
target="_blank"
anchorid="bookmaker-odds-all"
maxrows="100"
eventsubtitle="Matchday 2, Craven Cottage"
competitionsubtitle="Premier League - England"
country="GB"
language="en"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1
Four brands, Delasport included (inline configuration)
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","market":"1x2","brands":[{"cloakedLink":"rabona-sports","legacyId":"Rabona-Sports","provider":"altenar"},{"cloakedLink":"royalistplay-sports","legacyId":"royalistplay-sports","provider":"delasport"},{"cloakedLink":"1bet-sports","legacyId":"1Bet-Sports","provider":"bahigo"},{"cloakedLink":"legendplay-sports","legacyId":"LegendPlay-Sports","provider":"altenar"}]}'
ctakey="bookmaker-odds-cta-bet-now"
ctatext="Bet now"
anchorid="bookmaker-odds-full"
tlTarget="vulcan"
country="GB"
language="en"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1
Minimal attributes (defaults applied)
Only the config and the locale. The BET NOW label comes from the default translation key bookmaker-odds-cta-bet-now (localized for the page language), default colours, Vulcan links, rel="nofollow", target="_blank".
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","brands":[{"cloakedLink":"rabona-sports","provider":"altenar"},{"cloakedLink":"1bet-sports","provider":"bahigo"}]}'
country="ZZ"
language="en"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1
With CTA translation key (resolved server-side via i18n)
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","market":"1x2","brands":[{"cloakedLink":"rabona-sports","provider":"altenar"},{"cloakedLink":"royalistplay-sports","provider":"delasport"},{"cloakedLink":"1bet-sports","provider":"bahigo"},{"cloakedLink":"legendplay-sports","provider":"altenar"}]}'
ctakey="bookmaker-odds-cta-bet-now"
country="de"
language="de"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1
With CTA literal text (no translation lookup)
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","market":"1x2","brands":[{"cloakedLink":"rabona-sports","provider":"altenar"},{"cloakedLink":"1bet-sports","provider":"bahigo"}]}'
ctatext="Claim your best odds now"
country="fr"
language="fr"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1
RBO tracking links (tlTarget="rbo")
Set tlTarget="rbo" and provide a legacyId for each brand. Every affiliate link in the widget (brand logo, odds cells, and the BET NOW button) is then built as /go/<legacyId>.html instead of the Vulcan /go/<cloakedLink> form.
Expand me...
<nw-blocks
id="bookmakeroddscomparison"
configuration='{"internalEventId":"019e6dac-0a37-762f-8f21-13a8b6b28939","market":"1x2","brands":[{"cloakedLink":"rabona-sports","legacyId":"Rabona-Sports","provider":"altenar"},{"cloakedLink":"royalistplay-sports","legacyId":"royalistplay-sports","provider":"delasport"},{"cloakedLink":"1bet-sports","legacyId":"1Bet-Sports","provider":"bahigo"},{"cloakedLink":"legendplay-sports","legacyId":"LegendPlay-Sports","provider":"altenar"}]}'
ctakey="bookmaker-odds-cta-bet-now"
ctatext="Bet now"
tlTarget="rbo"
country="GB"
language="en"></nw-blocks>
Error: no snapshot for event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1snapshotKey=event:019e6dac-0a37-762f-8f21-13a8b6b28939:1x2:v1