Value bet channels
Post alerts when a bookmaker's odds drift above your threshold on a match result, BTTS, or over/under market. Members get a heads up the moment there's an edge worth looking at.
Discord Football Alerts
Power a Discord bot that posts odds moves, value bets, and fixture updates straight into your server, backed by UK Odds API odds data.
Poll odds → check rule→ Discord webhook Poll fixtures and odds, then push formatted messages to your Discord webhook or bot.
Why build this
Tipster communities, betting groups, and fan servers all want the same thing: odds updates that land in Discord without anyone refreshing a website. A bot that watches odds and posts when something changes keeps a server active and gives members a reason to check in. This is about the outcome, a channel full of timely, relevant odds alerts, not the plumbing behind it. You bring the bot and the community, the odds data does the rest.
Post alerts when a bookmaker's odds drift above your threshold on a match result, BTTS, or over/under market. Members get a heads up the moment there's an edge worth looking at.
Share a snapshot of odds across UK bookmakers for upcoming fixtures so your server can see who's offering the best price without leaving Discord.
Flag fixtures where odds gaps between bookmakers open up, useful for arb-focused servers that need to act fast. Package UO004 covers this if you want arbitrage data specifically.
Pair fixture data with odds to post pre-match summaries and reminders, giving your community context before the market moves closer to kickoff.
No /discord route. These are the odds inputs.
GET /v1/football/events?schedule_date=YYYY-MM-DD&has_odds=true&upcoming=true&per_page=25
GET /v1/football/events/EVENT_ID/odds/best?odds_format=decimal
GET /v1/football/arbitrage?date=YYYY-MM-DD&min_profit=0.5&limit=20 Replace EVENT_ID with an event_id from the events endpoint.
Compare to last poll, then post if your rule hits.
{
"event_id": "evt_123",
"odds_format": "decimal",
"markets": [
{
"key": "1x2",
"best": [
{ "name": "Home", "odds": 2.02, "bookmaker_code": "UO004" },
{ "name": "Draw", "odds": 3.45, "bookmaker_code": "UO018" },
{ "name": "Away", "odds": 3.78, "bookmaker_code": "UO006" }
]
}
]
} What you can build
Line-move bots, surebet channels, and tipster servers on the same feed.
Built for alert loops
Keep delivery in your bot. Keep UK bookmaker odds in the API.
Bookmakers covered
Bet365, William Hill, Paddy Power, Sky Bet, and more, updated across football fixtures we cover.
Pricing
Pick a plan based on how many fixtures and how often your bot needs to check for updates. No long contracts, upgrade as your server grows.
£79/month
Billed today · no trial
For prototypes and early builds
£149/month
7 days free · £0 due today
For production apps and dashboards
£359/month
Billed today · no trial
For arbitrage tools and revenue-generating systems
FAQ
No Discord endpoint. UK Odds API is the odds feed. Your bot posts via Discord webhooks or the Discord bot API.
Most bots use /v1/football/events, /odds/best, and optionally /arbitrage.
Yes. Same odds poll loop. Swap the sendMessage step for a Discord webhook POST.
Major UK bookmakers including Bet365, Betfair, Paddy Power, Sky Bet, William Hill, Coral, Ladbrokes, Betway, 888sport, Unibet, and Spreadex.
Yes. Create an account and subscribe to a plan, then explore endpoints in the Swagger playground at api.ukoddsapi.com/docs.