# Norway Eliteserien Odds: Win/Draw/Loss Data

**Use case:** 

Retrieve win, draw, and loss odds for Norway Eliteserien matches. Access data including opening odds in decimal format.

## Input

```json
{
  "leagueUrls": [
    {
      "url": "https://www.oddsportal.com/football/norway/eliteserien/"
    }
  ],
  "fullOdds": false,
  "oddsFormat": "Decimal",
  "markets": [
    "Over/Under",
    "Asian Handicap"
  ],
  "marketScope": "Full Time",
  "includeOpeningOdds": true,
  "includeFinished": true,
  "maxMatches": 0,
  "detailConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "home": {
    "label": "Home"
  },
  "away": {
    "label": "Away"
  },
  "league": {
    "label": "League"
  },
  "date": {
    "label": "Date",
    "format": "datetime"
  },
  "homeWinOdds": {
    "label": "1 (Home)"
  },
  "drawOdds": {
    "label": "X (Draw)"
  },
  "awayWinOdds": {
    "label": "2 (Away)"
  },
  "status": {
    "label": "Status"
  },
  "matchUrl": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OddsPortal.com Scraper | 1$/1k Cheap](https://apify.com/trev0n/oddsportal-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/trev0n/oddsportal-com-scraper) to learn more, explore other use cases, and run it yourself.