# Monitor Bovada live and pregame sportsbook odds

**Use case:** 

Schedule a multi-sport Bovada odds monitor for basketball, football, and hockey prices, line-shopping feeds, or market research.

## Input

```json
{
  "sports": [
    "basketball",
    "football",
    "hockey"
  ],
  "startUrls": [],
  "eventFilter": "all",
  "openMarketsOnly": true,
  "maxItems": 1000
}
```

## Output

```json
{
  "sport": {
    "label": "Sport"
  },
  "competition": {
    "label": "Competition"
  },
  "eventName": {
    "label": "Event"
  },
  "startTime": {
    "label": "Start time",
    "format": "date"
  },
  "isLive": {
    "label": "Live",
    "format": "boolean"
  },
  "homeCompetitor": {
    "label": "Home"
  },
  "awayCompetitor": {
    "label": "Away"
  },
  "displayGroup": {
    "label": "Group"
  },
  "marketName": {
    "label": "Market"
  },
  "periodName": {
    "label": "Period"
  },
  "isMainMarket": {
    "label": "Main",
    "format": "boolean"
  },
  "outcomeName": {
    "label": "Outcome"
  },
  "americanOdds": {
    "label": "American"
  },
  "decimalOdds": {
    "label": "Decimal",
    "format": "number"
  },
  "fractionalOdds": {
    "label": "Fractional"
  },
  "impliedProbability": {
    "label": "Implied probability",
    "format": "number"
  },
  "eventUrl": {
    "label": "Bovada event",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Bovada Sportsbook Odds Scraper](https://apify.com/automation-lab/bovada-sportsbook-odds-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/bovada-sportsbook-odds-scraper) to learn more, explore other use cases, and run it yourself.