Iceland 1. deild Odds API

Our Iceland 1. deild odds API delivers 1. deild karla (Iceland) odds, player props, status and results for every match from 25 bookmakers, 21 of them Australian. leagueID=ICELAND_1_DEILD. Free tier available.

Whether you're building a betting app, an odds comparison tool or a pricing model, the Iceland 1. deild odds API gives you structured data in the SportsGameOdds v2 shape so you can move fast.

Covering more than Iceland 1. deild? The Soccer returns Brasileiro Série A, Bundesliga, Premier League, FIFA World Cup, Ligue 1, Besta deild, Serie A, La Liga, MLS, Scottish Premiership, Slovak 2. Liga, Slovak Super Liga, Champions League, Conference League, Champions League Qualifiers, Conference League Qualifiers, Europa League Qualifiers, Europa League and Iceland 1. deild from a single sport-level request.

Iceland 1. deild Odds API Features

Every endpoint is filterable, so you pull exactly the markets you need. Coverage spans 2 teams and 1 event currently carried, with 9 market families.

Available Iceland 1. deild betting markets include:

  • Head to head / moneylines (2-way and 3-way markets)
  • Lines, spreads and handicaps
  • Totals (over/under)
  • Alternative lines
  • Player props and game props
  • Period-specific markets (1h, reg)

All market data is pre-match, refreshed every ~2 minutes; see pricing for what each plan can see.

Iceland 1. deild Player Props API

The Australian books price Iceland 1. deild at match and team level today; player props arrive in the same shape (the playerID in the statEntityID slot) as soon as a covered book offers them.

Iceland 1. deild Odds API with Results

SockOdds delivers Iceland 1. deild odds and event data together in one response — no need to stitch data from multiple sources. Each response includes:

  • Upcoming Iceland 1. deild events with status flags
  • Home and away team data with ids
  • Players with production ids where present
  • Full odds coverage: lines, totals, head to head, props and alternative lines
  • Results and scoringSupported flags where the source grades

Line movement tracking is yours to build: every bookmaker entry carries lastUpdatedAt, and finished events are retained.

Quick start: your first Iceland 1. deild odds API call

Getting Iceland 1. deild odds takes a single HTTP request:

https://api.sockodds.com/v2/events?apiKey=YOUR_API_KEY&oddsAvailable=true&leagueID=ICELAND_1_DEILD&limit=10

This returns all available markets — lines, totals, head to head and props — for upcoming Iceland 1. deild events.

To narrow to a specific market, use the oddID parameter:

https://api.sockodds.com/v2/events?apiKey=YOUR_API_KEY&oddsAvailable=true&leagueID=ICELAND_1_DEILD&oddID=points-all-game-ou-over&includeOpposingOdds=true

OddIDs follow the format {statID}-{statEntityID}-{periodID}-{betTypeID}-{sideID}, where the entity is a player for props and home, away or all for team and game markets.

Tips to keep responses fast:

  • Add bookmakerID=betfocus,mintbet to limit to the bookmakers you care about
  • Use includeOpposingOdds=true so you only need to specify one side of a market
  • Keep your oddID list tight — only request markets you're actively using

What a Iceland 1. deild response looks like

Every event returns an odds object keyed by oddID. Here's a real market from the feed with the bookmaker list cut to two books:

{
  "eventID": "iceland_1_deild_2026-08-03_vestri_vs_grotta",
  "leagueID": "ICELAND_1_DEILD",
  "odds": {
    "points-all-game-ou-over": {
      "oddID": "points-all-game-ou-over",
      "opposingOddID": "points-all-game-ou-under",
      "marketName": "Total 3.75",
      "statID": "points",
      "statEntityID": "all",
      "periodID": "game",
      "betTypeID": "ou",
      "sideID": "over",
      "fairOdds": null,
      "bookOdds": "-111",
      "byBookmaker": {
        "pinnacle": {
          "odds": "-111",
          "available": true
        },
        "sportsbet": {
          "odds": "-111",
          "available": true
        }
      }
    }
  }
}

Two things worth noting. Odds values are strings, not numbers, so -108 arrives as "-108" — that keeps the leading + intact on underdog prices — and every book also carries decimal, because Australian books quote decimal. bookOdds is the consensus with the vig left in; fairOdds is the de-vigged price on Base and above, null where it cannot be computed.

Iceland 1. deild Odds API Technical Specifications

API Architecture

  • REST API — Simple HTTP endpoints with JSON responses, identical to the SportsGameOdds v2 paths
  • Polling, not push — the feed refreshes every ~2 minutes; /v2/stream/events is reserved and answers 501 rather than pretending
  • Rate limits — per-key, per-minute meters that bind under concurrency; plans sized to your usage
  • Authentication — secure API key access via the x-api-key header or apiKey query parameter

Data Update Speed

  • Odds updates — every ~2 minutes across every bookmaker lane
  • Event statusstatus flags and info.stale tell you exactly how current a price is

Developer Resources

Iceland 1. deild betting market coverage in the SockOdds API, by category

Market categoryExample marketsMarketsAvailabilityTypical bookmakers
Full game linesPoints / score O/U, Points / score line, Points / score 1X2, Points / score17 oddIDsPre-matchBetFocus, MintBet, Dabble, Picklebet, BetRight, betr (sportsbook)
Period marketsPoints / score O/U, Points / score 1X2, Points / score line12 oddIDsPre-matchDabble, BetFocus, MintBet, BetDeluxe, BetRight, betr (sportsbook)
Score & margin specialsHalf-time / full-time, Correct score60 oddIDsPre-matchBetFocus, MintBet, Sportsbet, Neds, SwiftBet, Ladbrokes
Team & game specialsWins either half yes/no, Wins both halves yes/no, Both teams to score yes/no, Goal in both halves yes/no, Team scores in both halves yes/no10 oddIDsPre-matchBetFocus, Ladbrokes, MintBet, Neds, PointsBet, Sportsbet

See every Iceland 1. deild market with its exact oddID in the markets browser.

Use Cases

  • Arbitrage & +EV tools — compare Iceland 1. deild odds across every Australian bookmaker to uncover arbitrage opportunities and positive expected value angles.
  • Odds comparison platforms — display Iceland 1. deild odds from every book side by side for comprehensive line shopping.
  • Pricing models & trading — use Iceland 1. deild market data as inputs for proprietary pricing algorithms and betting strategies.
  • Sports analytics & research — examine Iceland 1. deild line movements and betting-market patterns, and build predictive models on retained events.
  • Betting automation — build systems that monitor Iceland 1. deild lines across bookmakers and trigger actions when your target odds appear.
  • Sportsbook & fantasy apps — power your Iceland 1. deild product with reliable odds, status and bet-slip deeplinks.

Iceland 1. deild Odds API Documentation

Our interactive documentation covers everything you need to integrate Iceland 1. deild odds into your project:

  • Full endpoint reference with parameters and response schemas
  • Live request and response examples
  • Code snippets in Python, JavaScript, Ruby, Go and Java
  • Authentication setup and API key management
  • Rate limiting and the notice field
  • Error handling and troubleshooting

View documentation

For more on querying /v2/events with Iceland 1. deild-specific examples, see the API documentation.

Frequently asked questions

What Iceland 1. deild betting markets does the API cover?

99 distinct markets right now: Points / score, Half-time / full-time, Wins either half, Wins both halves, Both teams to score, Correct score, Goal in both halves, Team scores in both halves and more — pre-match, across 25 bookmakers.

Does the API cover props, status and results in one feed?

Yes, from the same request. A single /v2/events call returns the game lines, the props, the event status and the results the source has, so there is no separate results API to reconcile. Each market carries scoringSupported and the event carries status.finalized.

How often is Iceland 1. deild odds data updated?

Every ~2 minutes across every bookmaker lane. Each bookmaker entry carries lastUpdatedAt.

Can I get historical Iceland 1. deild odds data?

Finished events are retained, so your archive starts when you start pulling. Opening and closing lines are not snapshotted yet.

Is there a free trial?

Yes — a free Lite key covers AFL and NRL; Base unlocks every league including Iceland 1. deild. Get a key →

Which bookmakers are included?

25 bookmakers price Iceland 1. deild, 21 of them Australian: BetFocus, MintBet, Dabble, Neds, Sportsbet, SwiftBet, Ladbrokes, betr (sportsbook) and more.

Are live Iceland 1. deild odds available?

Event status is live; prices are pre-match first and refresh every ~2 minutes.

How are markets identified in the API?

Every market uses a structured oddID in the format {statID}-{statEntityID}-{periodID}-{betTypeID}-{sideID} — for example points-all-game-ou-over. The same pattern lets you construct, filter and parse markets programmatically.

Can I compare bookmaker odds?

Yes — every market returns prices from every supporting bookmaker under one oddID, so lining up the best available price across BetFocus, MintBet, Dabble, Neds and the rest is straightforward.

Start building today

Free plan available. Set up in 5 minutes. Scale when you're ready.