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/6e4a489c-0e8d-4e39-aa0e-1a30ae46c736/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e4a489c-0e8d-4e39-aa0e-1a30ae46c736",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "721aad97-4177-424c-a7fe-ab045715b7fc",
    "completed": true,
    "last_updated": "2022-08-15T11:12:15.531720-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/721aad97-4177-424c-a7fe-ab045715b7fc",
    "datetime": "2022-08-13T22:59:00-04:00",
    "cutoff_datetime": "2022-08-13T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 13th 2022",
    "bettypes": [
        {
            "id": "d6e8f3cf-ca20-468e-bfeb-ac55796a420b",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e4a489c-0e8d-4e39-aa0e-1a30ae46c736/?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": "0865ae08-800d-4792-9073-b6719a3c5eb9",
                    "gambit_id": "bfa0668d-775d-4413-8f72-c10d78f60778",
                    "last_updated": "2022-08-15T11:12:15.532683-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.73000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                },
                {
                    "id": "de01aa50-eabc-4ff3-a56d-e92e55b5f4ba",
                    "gambit_id": "7b9af1f1-c270-4228-843f-bb8bc7fe8ade",
                    "last_updated": "2022-08-15T11:12:15.533180-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                },
                {
                    "id": "06ad8cf6-5075-4d35-abc6-abed87ae4f2d",
                    "gambit_id": "169ca4b4-9391-4827-9789-4786baca638b",
                    "last_updated": "2022-08-15T11:12:15.533650-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                },
                {
                    "id": "796bdb61-a568-490c-920c-f1b93748ddc7",
                    "gambit_id": "65c24ce5-64de-4b2d-9482-39bf9afc3ba5",
                    "last_updated": "2022-08-15T11:12:15.534113-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                },
                {
                    "id": "5d27d326-f295-4b6e-84dd-38c8b6fa5363",
                    "gambit_id": "7396764f-9fa0-4522-84b3-f7176fa2f311",
                    "last_updated": "2022-08-15T11:12:15.534568-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.41000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d6e8f3cf-ca20-468e-bfeb-ac55796a420b/?format=api"
                }
            ]
        }
    ]
}