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/9acc08f3-6d05-4cfc-a66b-da54bade5a49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9acc08f3-6d05-4cfc-a66b-da54bade5a49",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2ec931c0-86c3-48fe-976a-4adff2defb2b",
    "completed": true,
    "last_updated": "2023-01-19T09:42:14.880408-05:00",
    "created_at": "2023-01-18T09:36:56.134825-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/2ec931c0-86c3-48fe-976a-4adff2defb2b",
    "datetime": "2023-01-18T22:59:00-05:00",
    "cutoff_datetime": "2023-01-18T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - January 18th 2023",
    "bettypes": [
        {
            "id": "b226b944-b95e-4099-ae3a-94f9d0c31e81",
            "match": "https://api-prod.gambitprofit.com/api/matches/9acc08f3-6d05-4cfc-a66b-da54bade5a49/?format=api",
            "name": "FreeForm",
            "created_at": "2023-01-18T09:36:56.136407-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": "b81870ac-4234-4ec3-9ec7-f8b9aaf55646",
                    "gambit_id": "1f1d1370-a76b-4901-b31a-06ef9e4d4178",
                    "last_updated": "2023-01-19T09:42:14.883182-05:00",
                    "created_at": "2023-01-18T09:36:56.137782-05:00",
                    "name": "21 to 26",
                    "reward": "3.94000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b226b944-b95e-4099-ae3a-94f9d0c31e81/?format=api"
                },
                {
                    "id": "9dbbdf01-eff5-4e31-9d63-f918c5bc5629",
                    "gambit_id": "238d1222-b2cb-4059-a581-59fc74f3a5fd",
                    "last_updated": "2023-01-19T09:42:14.884328-05:00",
                    "created_at": "2023-01-18T09:36:56.139122-05:00",
                    "name": "16 to 20",
                    "reward": "4.68000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b226b944-b95e-4099-ae3a-94f9d0c31e81/?format=api"
                },
                {
                    "id": "a71eafb3-e8fc-409d-affd-bb63edc54172",
                    "gambit_id": "89501684-2090-46d8-a018-194d701f9725",
                    "last_updated": "2023-01-19T09:42:14.887682-05:00",
                    "created_at": "2023-01-18T09:36:56.142911-05:00",
                    "name": "1 to 5",
                    "reward": "4.68000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b226b944-b95e-4099-ae3a-94f9d0c31e81/?format=api"
                },
                {
                    "id": "10a469e3-9603-4e4d-9e1c-540bc3b380f4",
                    "gambit_id": "61d41c03-170c-41a6-b2a0-6a003bf288e6",
                    "last_updated": "2023-01-19T09:42:14.886571-05:00",
                    "created_at": "2023-01-18T09:36:56.141585-05:00",
                    "name": "6 to 10",
                    "reward": "4.68000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b226b944-b95e-4099-ae3a-94f9d0c31e81/?format=api"
                },
                {
                    "id": "ef8ded56-12a5-4c63-9972-31aeba7f586d",
                    "gambit_id": "aed50360-d019-4b37-8fe6-9147053bb117",
                    "last_updated": "2023-01-19T09:42:14.885454-05:00",
                    "created_at": "2023-01-18T09:36:56.140373-05:00",
                    "name": "11 to 15",
                    "reward": "4.68000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b226b944-b95e-4099-ae3a-94f9d0c31e81/?format=api"
                }
            ]
        }
    ]
}