Zort Tips API

This endpoint provides betting tips for the Zort app. Tips whose kickoff has passed are filtered out at request time (once the feed carries dateIso).

Note: Access the JSON API by adding ?json=true to the URL.

API Endpoints:

Current JSON Response

{
    "tips": [
        {
            "id": "579d2e287357",
            "date": "2026-08-30 13:00",
            "league": "Denmark Superliga",
            "homeTeam": "Silkeborg IF",
            "awayTeam": "FC Midtjylland",
            "prediction": "FC Midtjylland to win",
            "odds": 1.45,
            "confidence": 4,
            "dateIso": "2026-08-30T13:00:00+01:00",
            "reason": "Midtjylland are the more robust side and look well placed to take the points."
        },
        {
            "id": "fe7d81faad27",
            "date": "2026-08-30 13:30",
            "league": "Dutch Eredivisie",
            "homeTeam": "Feyenoord",
            "awayTeam": "ADO Den Haag",
            "prediction": "Feyenoord to win",
            "odds": 1.16,
            "confidence": 5,
            "dateIso": "2026-08-30T13:30:00+01:00",
            "reason": "Feyenoord are the standout favourite here, with an extremely high win expectation against a much weaker side."
        },
        {
            "id": "bc12519badea",
            "date": "2026-08-30 13:30",
            "league": "Eliteserien - Norway",
            "homeTeam": "Bodø/Glimt",
            "awayTeam": "Rosenborg",
            "prediction": "Bodø/Glimt to win",
            "odds": 1.35,
            "confidence": 4,
            "dateIso": "2026-08-30T13:30:00+01:00",
            "reason": "Bodø/Glimt are usually reliable at home and should control this matchup."
        },
        {
            "id": "99a22cbf016f",
            "date": "2026-08-30 16:00",
            "league": "La Liga - Spain",
            "homeTeam": "Real Madrid",
            "awayTeam": "Málaga",
            "prediction": "Real Madrid to win",
            "odds": 1.11,
            "confidence": 5,
            "dateIso": "2026-08-30T16:00:00+01:00",
            "reason": "Real Madrid are a huge class edge at home and the price is still very short for a near-bankable favourite."
        },
        {
            "id": "3e9a75c754fe",
            "date": "2026-08-30 16:00",
            "league": "Eliteserien - Norway",
            "homeTeam": "Viking FK",
            "awayTeam": "Aalesund",
            "prediction": "Viking FK to win",
            "odds": 1.25,
            "confidence": 4,
            "dateIso": "2026-08-30T16:00:00+01:00",
            "reason": "Viking FK are a strong home favourite and the odds suggest a straightforward win chance."
        }
    ],
    "lastUpdated": "2026-08-29T07:15:52.027974+00:00"
}