# NCAA Lacrosse Odds API

The Odds API covers NCAA lacrosse odds for live and upcoming games in a simple JSON API.

Not a developer? Current NCAA lacrosse odds can also be accessed in Excel or Google Sheets. For website owners, the odds widget brings bookmaker odds into websites with a simple HTML tag.

# Features

  • NCAA lacrosse odds are covered for live and upcoming games.

  • Featured markets, including moneyline, spreads, totals are covered for several bookmakers. See the full list of bookmakers.

  • Additional markets such as player props are not currently offered by bookmakers for NCAA lacrosse. If this situation changes in future, these markets will be added to the API.

  • Odds are refreshed at regular intervals. More information on update intervals can be found here.

  • Current odds data are available on all usage plans, including the free usage plan.

  • Historical NCAA lacrosse odds data is available on paid usage plans, available from May 2023. More information on historical odds data can be found here.

  • The API response includes deep links to bookmaker websites.

# Querying NCAA Lacrosse Odds

Featured markets (moneyline, spreads and totals) can be queried using the odds endpoint.

Parameters

To query current NCAA lacrosse odds for featured markets, the following parameters need to be provided:

  • sport   In this case lacrosse_ncaa
  • regions   Regions of bookmakers to return, for example us
  • markets   For example, h2h for moneyline, spreads and totals
  • apiKey   Get a free API key

See the documentation for more options

Example API Request

https://api.the-odds-api.com/v4/sports/lacrosse_ncaa/odds?regions=us&markets=h2h,spreads,totals&oddsFormat=american&apiKey=YOUR_API_KEY

Example API Response

The API will return live and upcoming NCAA lacrosse games, including start times, home and away teams, and odds from bookmakers for the specified regions and markets.

[{
    "id": "34fe098c735e6e6b26937ac1c95a0e57",
    "sport_key": "lacrosse_ncaa",
    "sport_title": "NCAA Lacrosse",
    "commence_time": "2025-02-22T16:00:00Z",
    "home_team": "Denver Pioneers",
    "away_team": "Cornell Big Red",
    "bookmakers": [
    {
        "key": "fanduel",
        "title": "FanDuel",
        "last_update": "2025-02-19T23:35:08Z",
        "markets": [{
            "key": "h2h",
            "last_update": "2025-02-19T23:35:08Z",
            "outcomes": [
                {"name": "Cornell Big Red", "price": -650},
                {"name": "Denver Pioneers", "price": 440}
            ]},
            {
            "key": "spreads",
            "last_update": "2025-02-19T23:35:08Z",
            "outcomes": [
                {"name": "Cornell Big Red", "price": -110, "point": -4.5},
                {"name": "Denver Pioneers", "price": -110, "point": 4.5}
            ]},
            {
            "key": "totals",
            "last_update": "2025-02-19T23:35:08Z",
            "outcomes": [
                {"name": "Over", "price": -105, "point": 24.5},
                {"name": "Under", "price": -115, "point": 24.5}
            ]}
    ]},
    ...

The usage cost of the API call in this example is

usage cost = [number of markets] x [number of regions] = 3 x 1 = 3 credits

See the API documentation for details.

# Other Sports

See the full list of sports covered by The Odds API.

# Stay Updated

Follow us on X.com or Bluesky to stay updated on new sports, bookmakers, markets and features.