Marketplace
No threads yet
Live

get_prematch_football_odds

sportybet.com.ng

Returns current pre-match football events and 1X2 match-winner odds from https://www.sportybet.com.ng, with page and tournament filtering controls.

Parameters4
Runs17
Updated10d ago
Degraded17 runs · 82.3% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_prematch_football_odds?

Returns current pre-match football events and 1X2 match-winner odds from https://www.sportybet.com.ng, with page and tournament filtering controls. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page, page_size, tournament, server_page and get the result back without maintaining a scraper.

Response

{
  "body": "<string>",
  "title": "<string>",
  "page_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/4eb04002-59c0-4ac9-ad82-81ce8ad50128/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "4eb04002-59c0-4ac9-ad82-81ce8ad50128",
    "variables": {
        "page": 1,
        "page_size": 20,
        "tournament": "",
        "server_page": 1
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="4eb04002-59c0-4ac9-ad82-81ce8ad50128") — the "get_prematch_football_odds" function, which returns current pre-match football events and 1X2 match-winner odds from https://www.sportybet.com.ng, with page and tournament filtering controls..

It takes page (int), page_size (int), tournament (str), server_page (int). Return the result as structured JSON.