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/74176fae-8db5-46af-9b93-0b36a744c7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74176fae-8db5-46af-9b93-0b36a744c7a8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "67422235-dace-4bdb-a4d5-0e3b7867cd54",
    "completed": true,
    "last_updated": "2022-09-05T10:57:25.262686-04:00",
    "created_at": "1969-12-31T19:00:00-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/67422235-dace-4bdb-a4d5-0e3b7867cd54",
    "datetime": "2022-09-03T22:59:00-04:00",
    "cutoff_datetime": "2022-09-03T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 3rd 2022",
    "bettypes": [
        {
            "id": "1d77ab7b-4524-449e-ae95-f2524fb092c5",
            "match": "https://api-prod.gambitprofit.com/api/matches/74176fae-8db5-46af-9b93-0b36a744c7a8/?format=api",
            "name": "FreeForm",
            "created_at": "1969-12-31T19:00:00-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": "4cff69b3-a412-48d1-b9b5-8c1ce4cfb307",
                    "gambit_id": "f3cc6aa4-c1ed-4f82-b339-2cc48f87d523",
                    "last_updated": "2022-09-05T10:57:25.265492-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.69000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d77ab7b-4524-449e-ae95-f2524fb092c5/?format=api"
                },
                {
                    "id": "b33a1990-d5de-4d73-9171-a26e19e9cfc7",
                    "gambit_id": "9ad245b6-d484-4653-9c67-29715c3e6129",
                    "last_updated": "2022-09-05T10:57:25.266732-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d77ab7b-4524-449e-ae95-f2524fb092c5/?format=api"
                },
                {
                    "id": "0ac36871-15f5-4ede-8817-af4b64ba6d6d",
                    "gambit_id": "0cd42180-0410-4555-8f8f-6cd82341847e",
                    "last_updated": "2022-09-05T10:57:25.267924-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d77ab7b-4524-449e-ae95-f2524fb092c5/?format=api"
                },
                {
                    "id": "91b563a9-a69a-41f2-8a28-901554deaa05",
                    "gambit_id": "c7ca3145-6154-4c9a-8b56-fb0b52b8f54e",
                    "last_updated": "2022-09-05T10:57:25.269109-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d77ab7b-4524-449e-ae95-f2524fb092c5/?format=api"
                },
                {
                    "id": "f0e170e8-b009-417e-a25b-723390fa5e99",
                    "gambit_id": "322572a5-0d1f-4587-b06d-934a33367617",
                    "last_updated": "2022-09-05T10:57:25.270312-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.36000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d77ab7b-4524-449e-ae95-f2524fb092c5/?format=api"
                }
            ]
        }
    ]
}