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/9b579784-81d8-4867-bae9-e5188b29545c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b579784-81d8-4867-bae9-e5188b29545c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "9d9352bd-9b13-4e24-a5d6-48c86971a22d",
    "completed": true,
    "last_updated": "2022-08-18T10:36:52.635591-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/9d9352bd-9b13-4e24-a5d6-48c86971a22d",
    "datetime": "2022-08-17T22:59:00-04:00",
    "cutoff_datetime": "2022-08-17T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 17th 2022",
    "bettypes": [
        {
            "id": "59553ece-878e-477c-8175-e05d9010f366",
            "match": "https://api-prod.gambitprofit.com/api/matches/9b579784-81d8-4867-bae9-e5188b29545c/?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": "55e5fc16-7a82-4a00-ada5-ecc5dbacf9e5",
                    "gambit_id": "daa8dddf-29d4-4424-aac9-3520c4557b52",
                    "last_updated": "2022-08-18T10:36:52.636511-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                },
                {
                    "id": "720fa11c-da6a-4c40-a900-c9055d793a13",
                    "gambit_id": "b36639ef-67b4-447d-9b93-0937dc9d144a",
                    "last_updated": "2022-08-18T10:36:52.637487-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                },
                {
                    "id": "3078a228-7045-445b-9389-01b9fb29250e",
                    "gambit_id": "5d3a0e19-9906-40e6-8134-cf53ee5636d8",
                    "last_updated": "2022-08-18T10:36:52.636994-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                },
                {
                    "id": "520da44c-14c2-4b2b-99ea-f987f4b41e1c",
                    "gambit_id": "4e018a9f-34dd-4dc7-ae19-5bd3fdc85a22",
                    "last_updated": "2022-08-18T10:36:52.638375-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                },
                {
                    "id": "147ff481-44b3-4001-90a7-783779219b85",
                    "gambit_id": "00b89ee6-62f1-4d15-b1d6-39733d570495",
                    "last_updated": "2022-08-18T10:36:52.637947-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/59553ece-878e-477c-8175-e05d9010f366/?format=api"
                }
            ]
        }
    ]
}