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/5e3cfb91-62bb-4c8c-8611-08a740627a78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e3cfb91-62bb-4c8c-8611-08a740627a78",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "727c4a00-dd70-4657-bc1c-56689cbbaf5b",
    "completed": true,
    "last_updated": "2022-08-28T11:27:17.099873-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/727c4a00-dd70-4657-bc1c-56689cbbaf5b",
    "datetime": "2022-08-27T22:59:00-04:00",
    "cutoff_datetime": "2022-08-27T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - August 27th 2022",
    "bettypes": [
        {
            "id": "cdb309d8-3c21-4bec-a528-420c04d7a351",
            "match": "https://api-prod.gambitprofit.com/api/matches/5e3cfb91-62bb-4c8c-8611-08a740627a78/?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": "3d9680a6-21cc-4bac-b587-a0fcab857f29",
                    "gambit_id": "7dab35e7-5cd2-4b70-9869-a8da09882ba4",
                    "last_updated": "2022-08-28T11:27:17.100901-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.70000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb309d8-3c21-4bec-a528-420c04d7a351/?format=api"
                },
                {
                    "id": "8099a5cc-183d-46d8-8245-16cc79647ecb",
                    "gambit_id": "97bec039-108d-457e-94c4-d23331a531b7",
                    "last_updated": "2022-08-28T11:27:17.101394-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb309d8-3c21-4bec-a528-420c04d7a351/?format=api"
                },
                {
                    "id": "70f559f5-71d7-4723-b218-342c2b896248",
                    "gambit_id": "31c7f030-db2b-4928-8500-21de8bbded1b",
                    "last_updated": "2022-08-28T11:27:17.101898-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb309d8-3c21-4bec-a528-420c04d7a351/?format=api"
                },
                {
                    "id": "c4479171-5e99-4037-b8cb-af3889a7a77b",
                    "gambit_id": "d0a46b77-1c67-48e4-9038-00b3c9ea1330",
                    "last_updated": "2022-08-28T11:27:17.102348-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb309d8-3c21-4bec-a528-420c04d7a351/?format=api"
                },
                {
                    "id": "e75860b5-675d-43b3-8294-f9a69926d937",
                    "gambit_id": "ff8c778c-34d4-472f-ad1a-5c1f8770ee03",
                    "last_updated": "2022-08-28T11:27:17.102783-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.38000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdb309d8-3c21-4bec-a528-420c04d7a351/?format=api"
                }
            ]
        }
    ]
}