Matches can be viewed and edited (when logged in). Use "tokens" url parameter to modify token amount. Use "limit" and "offset" parameters to set the limit and offset of the result. Look in the filters dialog to see how to programmatically filter and sort.
GET /api/matches/6e43bc55-13a5-4328-af30-9dca12507c61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e43bc55-13a5-4328-af30-9dca12507c61",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b2b769c2-43ea-4358-993c-1ebf75e6c7a0",
    "completed": true,
    "last_updated": "2023-04-13T11:12:23.684227-04:00",
    "created_at": "2023-04-10T08:57:03.168210-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/b2b769c2-43ea-4358-993c-1ebf75e6c7a0",
    "datetime": "2023-04-10T22:59:00-04:00",
    "cutoff_datetime": "2023-04-10T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - April 10th 2023",
    "bettypes": [
        {
            "id": "3c0a97ac-fb6b-4446-97fa-e60d557b3e22",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e43bc55-13a5-4328-af30-9dca12507c61/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-10T08:57:03.171897-04:00",
            "high_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "med_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "no_risk": {
                "possible": false,
                "description": "Too many lines to bet on"
            },
            "lines": [
                {
                    "id": "f20c77af-f512-420a-b76b-1e075402960a",
                    "gambit_id": "bb502b24-18de-4b09-8502-6635f4f322fd",
                    "last_updated": "2023-04-13T11:12:23.687616-04:00",
                    "created_at": "2023-04-10T08:57:03.174733-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0a97ac-fb6b-4446-97fa-e60d557b3e22/?format=api"
                },
                {
                    "id": "098c1f7c-ffa8-4143-9b4a-e12ecc436454",
                    "gambit_id": "adf77dd7-ccf1-41cc-8918-d7eab7eab020",
                    "last_updated": "2023-04-13T11:12:23.688968-04:00",
                    "created_at": "2023-04-10T08:57:03.177211-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0a97ac-fb6b-4446-97fa-e60d557b3e22/?format=api"
                },
                {
                    "id": "dccf5cb0-bb53-439a-8fd6-dd962269f0fb",
                    "gambit_id": "7ea410f8-a41d-4b17-aa72-4d3481a6e199",
                    "last_updated": "2023-04-13T11:12:23.690168-04:00",
                    "created_at": "2023-04-10T08:57:03.179677-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0a97ac-fb6b-4446-97fa-e60d557b3e22/?format=api"
                },
                {
                    "id": "179b3cb7-8225-4cb7-bbf8-ca06d7c14e07",
                    "gambit_id": "e08fca00-b9f8-42c8-89b7-3d26ba793764",
                    "last_updated": "2023-04-13T11:12:23.691495-04:00",
                    "created_at": "2023-04-10T08:57:03.182661-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0a97ac-fb6b-4446-97fa-e60d557b3e22/?format=api"
                },
                {
                    "id": "56966316-bc5d-4bd7-a8d3-81cd6d76854d",
                    "gambit_id": "db5a31b1-2a6c-4d16-946b-192a87b0b9bf",
                    "last_updated": "2023-04-13T11:12:23.692689-04:00",
                    "created_at": "2023-04-10T08:57:03.185647-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c0a97ac-fb6b-4446-97fa-e60d557b3e22/?format=api"
                }
            ]
        }
    ]
}