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/19e7be83-0f7b-480e-95de-ec7b9de37190/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19e7be83-0f7b-480e-95de-ec7b9de37190",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "d4358f6e-8291-41ba-91aa-63073d10c9aa",
    "completed": true,
    "last_updated": "2023-12-05T21:23:21.390940-05:00",
    "created_at": "2023-12-04T13:18:24.193008-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/d4358f6e-8291-41ba-91aa-63073d10c9aa",
    "datetime": "2023-12-04T22:59:00-05:00",
    "cutoff_datetime": "2023-12-04T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - December 4th 2023",
    "bettypes": [
        {
            "id": "db5396e1-8f1c-4b30-bb6b-12f9636ce71b",
            "match": "https://api-prod.gambitprofit.com/api/matches/19e7be83-0f7b-480e-95de-ec7b9de37190/?format=api",
            "name": "FreeForm",
            "created_at": "2023-12-04T13:18:24.205166-05: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": "82d92b8e-6b41-4ff7-9825-4bf1f182b9df",
                    "gambit_id": "efff3d92-a588-44ef-badd-9f72fff6acec",
                    "last_updated": "2023-12-05T21:23:21.413971-05:00",
                    "created_at": "2023-12-04T13:18:24.242256-05:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5396e1-8f1c-4b30-bb6b-12f9636ce71b/?format=api"
                },
                {
                    "id": "95e85730-bd8f-409d-9fe6-7a4d7f6802d6",
                    "gambit_id": "18eb0bbd-ce1e-4a40-b060-fb394d70e533",
                    "last_updated": "2023-12-05T21:23:21.398869-05:00",
                    "created_at": "2023-12-04T13:18:24.214306-05:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5396e1-8f1c-4b30-bb6b-12f9636ce71b/?format=api"
                },
                {
                    "id": "20e4a889-e979-4c0d-a8f9-b4374cb11d06",
                    "gambit_id": "d92d2b96-9650-4190-a26c-7a5cfca0e322",
                    "last_updated": "2023-12-05T21:23:21.403012-05:00",
                    "created_at": "2023-12-04T13:18:24.224098-05:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5396e1-8f1c-4b30-bb6b-12f9636ce71b/?format=api"
                },
                {
                    "id": "51afc605-eb4c-4ad3-a9eb-b8d81391efce",
                    "gambit_id": "9aad7744-36f8-4a0c-a21b-412b52632574",
                    "last_updated": "2023-12-05T21:23:21.406407-05:00",
                    "created_at": "2023-12-04T13:18:24.231518-05:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5396e1-8f1c-4b30-bb6b-12f9636ce71b/?format=api"
                },
                {
                    "id": "5f76a742-86ed-48a0-bb7f-e1441ad21aba",
                    "gambit_id": "47f56a80-d970-4cc3-9a51-094ae00e36b6",
                    "last_updated": "2023-12-05T21:23:21.409751-05:00",
                    "created_at": "2023-12-04T13:18:24.238257-05:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db5396e1-8f1c-4b30-bb6b-12f9636ce71b/?format=api"
                }
            ]
        }
    ]
}