# Champions League Odds in Fractional Format

**Use case:** 

Retrieve Champions League match odds in fractional format. Includes average, maximum, and opening odds from various bookmakers.

## Input

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

## Output

```json
{
  "matchUrl": {
    "label": "Match url"
  },
  "matchId": {
    "label": "Match id"
  },
  "sport": {
    "label": "Sport"
  },
  "country": {
    "label": "Country"
  },
  "league": {
    "label": "League"
  },
  "home": {
    "label": "Home"
  },
  "away": {
    "label": "Away"
  },
  "date": {
    "label": "Date"
  },
  "matchTime": {
    "label": "Match time"
  },
  "status": {
    "label": "Status"
  },
  "isFinished": {
    "label": "Is finished"
  },
  "score": {
    "label": "Score"
  },
  "homeResult": {
    "label": "Home result"
  },
  "awayResult": {
    "label": "Away result"
  },
  "partialResult": {
    "label": "Partial result"
  },
  "homeWinOdds": {
    "label": "Home win odds"
  },
  "drawOdds": {
    "label": "Draw odds"
  },
  "awayWinOdds": {
    "label": "Away win odds"
  },
  "homeWinOddsMax": {
    "label": "Home win odds max"
  },
  "drawOddsMax": {
    "label": "Draw odds max"
  },
  "awayWinOddsMax": {
    "label": "Away win odds max"
  },
  "bookmakerCount": {
    "label": "Bookmaker count"
  },
  "markets": {
    "label": "Markets"
  },
  "oddsFormat": {
    "label": "Odds format"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## 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.