Archery Head-to-Head Statistics
Archery Head-to-Head Statistics
Head-to-head (H2H) statistics are a compact, competition-relevant way to compare two archers or two teams by summarising the outcomes and patterns of their direct matches. For archery bettors, coaches and analysts, H2H measures help to separate stylistic or matchup advantages from raw ranking numbers — but they must be calculated with care because archery has competing match formats, small samples, and strong context effects (wind, venue, event pressure). This guide explains what to measure, how to source reliable match data, the statistical caveats to watch for, and how H2H metrics can (and cannot) be used by archery bettors.
Why head-to-head matters in archery
Unlike aggregate rankings, H2H statistics capture actual contest outcomes: who won on the field and how matches were decided (set wins, cumulative score, shoot-offs). Where applicable, H2H can reveal:
- Match-style advantages (for example a fast-paced opponent who forces many shoot-offs).
- Psychological trends (one archer consistently wins during shoot-offs or in decisive final sets).
- Tactical matchups (an archer who tends to win when wind conditions favour an aiming style).
Because international matchplay uses clearly defined formats (the Olympic Round set system for recurve and cumulative match scoring for many compound matches), H2H records are meaningful when the format is the same between matches; format differences must be accounted for when analysing results. The World Archery set system and match formats are documented in the rules and competition materials and are the primary reference for how match outcomes are produced. (opensourcesports.io)
Primary data sources (where to get reliable match-level H2H records)
- World Archery competition pages and results (official event pages and news reports) — authoritative for major events and used for settlement/official reporting. Examples: World Archery events news pages and event result listings. (worldarchery.sport)
- World Archery API / ATHLETEMATCHES endpoint — programmatic access to match-level data for research and automated H2H aggregation. This is the preferred primary source when building a reproducible H2H dataset. (api.worldarchery.org)
- Ianseo result books and match PDFs — widely used by tournaments to publish full bracket sheets, set-by-set scores and shoot-off details (useful where World Archery summaries do not include arrow-level detail). See example event PDFs on Ianseo for World Cup stages. (ianseo.net)
- Official competition rulebooks and judge guides — required to interpret formats (set points, shoot-off rules, team vs mixed-team differences). Always match the rule version to the event year. (documents.worldarchery.org)
Core head-to-head metrics (what to compute and why)
Below are practical H2H metrics with archery-specific formulas and the reason each is useful for analysis or betting. Use raw match sheets (set scores, arrow-by-arrow results) as input when possible.
| Metric | Definition / Formula | Why it matters (archery-specific) |
|---|---|---|
| Match Win % | (Number of matches Archer A beat Archer B) / (Total A vs B matches) | Basic head-to-head strength. Small samples are common; treat as evidence rather than proof. |
| Set Win % (recurve) | Total set points won by A across all A–B matches ÷ total set points contested | Reflects consistent superiority inside matches (a narrow 2–1 set advantage can still mean repeated wins). Useful when matches follow Olympic set rules. (opensourcesports.io) |
| Average Arrow Score Differential (per match) | (Mean arrows/core-match total for A) − (Mean for B), averaged across matches | Shows whether wins are due to sustained scoring advantages or isolated set wins/shoot-offs. |
| Shoot-off frequency & Shoot-off Win % | Shoot-offs / total matches; wins in shoot-offs / shoot-offs participated | Shoot-offs are high-variance but indicate “clutch” skill under shot-pressure and are often offered as sportsbook markets. |
| Stage-weighted H2H | Weight each match by event importance (e.g., World Champs 3×, World Cup 2×, smaller events 1×) and recompute Match Win % | Accounts for pressure differences; an archer who wins only at low-tier meets may be a different betting proposition to one who wins in finals. Use consistent weighting rules. |
| Recency-weighted H2H | Apply exponential decay (weight t-th match by α^t, 0<α<1) and recompute metrics | Captures form shifts — helpful when archers improve/decline quickly over seasons. |
| Venue / Condition splits | Compute metrics filtered by wind, indoor/outdoor, altitude or by host country | Archery performance is condition-sensitive; some archers perform markedly better in gusty conditions or indoors. |
Practical example (how you would compute Match Win %)
1) Extract all match rows where Archer A and Archer B appear together from World Archery’s match API or Ianseo PDFs. (api.worldarchery.org)
2) For each match, read who progressed (match winner) and whether the match was decided by set points, cumulative score, or shoot-off.
3) Compute wins and total matches and report Match Win % with confidence interval (binomial proportion CI) to communicate sample-size uncertainty.
Working with formats: set system vs cumulative scoring
Recurve international elimination matches use the Olympic Round set system (set points; first to six points wins, shoot-off if tied), while many compound match formats use cumulative scoring over a fixed number of arrows (higher total wins, possible one-arrow tie-break). Because these systems reward different kinds of consistency, you must separate recurve H2H analysis from compound H2H analysis or otherwise normalise for format. The World Archery rules and competition guides define the exact set and match structures used at major events. (opensourcesports.io)
Data extraction: tips and tools
- Start with World Archery event pages and the ATHLETEMATCHES API to create a canonical match list (date, event, round, match outcome). (worldarchery.sport)
- Use Ianseo PDFs and match-by-match scoring for arrow-level detail (10-counts, Xs, exact arrow values) when you need to compute average arrow scores or shoot-off distances. (ianseo.net)
- When coding: store match metadata (event, stage, date), match-level numbers (sets won, arrows shot, shoot-off result), and per-arrow arrays where available. This enables flexible filters for recency and venue.
- Always save the source match PDF/URL alongside derived data — sportsbooks and regulators use event official results to settle disputes, and archival records can be changed after appeals.
Statistical caveats and quality-control
- Small sample sizes are the norm. Two archers may have met only once in five years; a 100% win rate in that case is weak evidence. Report confidence intervals and the number of meetings.
- Format heterogeneity: do not mix set-based and cumulative-match results without adjustment. Split analyses by format or convert results to a comparable metric (e.g., arrow-score-based z-scores).
- Context matters: early-round matches are different from medal matches. Consider stage-weighting or separate reporting for finals vs early rounds.
- Correlation ≠ prediction: a favourable H2H may owe to a particular opponent style, weather sequence, or just randomness. Combine H2H with ranking round scores, season-form metrics and venue/condition splits for betting models.
- Data integrity: rely on World Archery / Ianseo / official result providers. For betting use, confirm the exact source the bookmaker references for settlement (many bookmakers explicitly name the event’s official provider). For example, major bookmakers state they will use the official competition provider or World Archery where appropriate. (help.bet365.com)
Head-to-head in practice: an illustrative case study (what to watch)
Use recent, well-documented matchups as examples of how to read H2H data. As an illustration, Mete Gazoz’s victory over Mauro Nespoli in the Madrid 2026 World Cup final (a straight-sets 6–0 result) is a single clear outcome that can be added to any Gazoz–Nespoli H2H dataset; other meetings between the pair (for example the Tokyo 2020 Olympic final and earlier European meetings) should be added with the event and round context preserved so there is no misleading aggregation. Reported matches and match narratives on official World Archery pages are the authoritative source for such examples. (worldarchery.sport)
Takeaway: one dominant final doesn’t erase earlier losses — include date, event and format tags so users can filter for recent form or high-pressure finals.
Using H2H for archery betting: markets, limitations and bookmaker practice
Common archery markets relevant to H2H analysis:
- To Win Match (head-to-head moneyline)
- Set Winner / Set Handicap (recurve-specific)
- Total match points / Over–Under (set points or cumulative totals)
- Shoot-off winner (occasionally offered for finals or specially promoted matches)
- Outright/futures (event winner — H2H gives only a partial signal)
Bookmakers’ settlement and rules pages document when markets are paid and which official data sources are used (many list the event’s official provider or World Archery). For live or match bets, bookmakers commonly use the official score feed and may void or suspend markets for partially played matches. For example, a major bookmaker’s archery rules state that match markets are void if a match does not finish, and that they use official event statistics for settlement. Always read the bookmaker’s archery rules before wagering. (help.bet365.com)
Availability: archery markets tend to be event-driven. Outside of World Cups, World Championships, continental championships and the Olympic cycle, coverage is thin and bookmakers may not offer H2H markets at all or will reduce market depth. Independent coverage surveys and betting guides note that archery betting depth increases around major events and is uneven between bookmakers — some sites offer live/quarter-by-quarter style set markets while many suspend archery between major tournaments. Use specialised bookmakers or exchanges during major events for deeper market access. (livepanthers.com)
Data partners: World Archery’s cooperation with betting-data providers aims to make accurate feeds available to bookmakers and trading desks, which should (in principle) improve the consistency of settlement and allow more markets during big events. However, the presence of a data feed does not mean continuous 24/7 coverage — it mainly supports event-time markets. (worldarchery.sport)
How bettors should use H2H — practical checklist
- Confirm the exact match format (set vs cumulative) and restrict comparisons to the same format unless you normalise scores.
- Limit inferences from H2H when N < 5; treat results as anecdotal and check for confounders (venue, wind, stage).
- Use recency weighting (e.g., last 12 months or exponential decay) to reflect current form.
- Complement H2H with ranking round scores, recent average arrow values and shoot-off history.
- Check bookmaker rules for settlement and the official source they use for the event (to anticipate disputes). (help.bet365.com)
Responsible-gambling note: betting should be limited to adults of legal age in your jurisdiction. Treat H2H analysis as one input, not a guarantee of returns.
Template H2H report (what to display on a match page)
| Field | Description / Example |
|---|---|
| Archer A / Archer B | Names + World Archery ID + country |
| Total Matches | e.g., 7 (date range: 2019–2026) |
| Match Win % | A: 57% (4/7); B: 43% (3/7) — with 95% CI shown |
| Set Win % (recurve) | A: 62% of set points won vs B |
| Avg Arrow Diff | A: +0.28 arrows-per-shot (A over B) across matches |
| Shoot-off record | A: 2 wins / 3 shoot-offs vs B |
| Latest Meeting | Madrid 2026 final: Gazoz def. Nespoli 6–0 (example official match report). (worldarchery.sport) |
| Notes | Format differences, wind conditions, and stage weighting (e.g., finals weighted heavier) |
FAQ
1. How many head-to-head matches do I need before the H2H becomes “useful”
There’s no fixed threshold, but N ≥ 10 meetings gives more stable percentages; with fewer than 5 matches, treat results as low-confidence. Always present the sample size and a binomial confidence interval so readers can judge reliability.
2. Do shoot-off wins indicate true superiority
Shoot-offs are high-variance, one-arrow events. A good shoot-off record can indicate calmness under pressure, but it’s noisy. Combine shoot-off record with arrow-quality metrics (X-count, average 10-rate) for better inference.
3. Can I use H2H to predict Olympic matches
H2H is one input. Olympic pressure, unique conditions and the small size of the elimination bracket mean H2H should be combined with recent form at major events, ranking-round performances and venue/condition splits for any predictive model.
4. Where do bookmakers get the official match data
Major bookmakers use the event’s official provider feed or World Archery publications; they also publish settlement rules for archery markets. If settlement disputes arise, the bookmaker’s rulebook and the event’s official results are decisive. (help.bet365.com)
5. Are archery markets widely available year-round
No — archery markets are primarily event-dependent. Coverage is strongest during World Cups, World Championships, continental championships and Olympic cycles; between those events markets are thin or unavailable on many sites. Use specialised bookmakers or exchanges and check market availability before planning bets. (livepanthers.com)
Conclusion
Head-to-head statistics are a high-utility, low-cost tool for archery analysts and bettors, but they come with strong caveats: small samples, differing formats, and context effects. Build H2H datasets from World Archery’s official results and the Ianseo match sheets, explicitly tag each match by format and event importance, and report uncertainty
