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/6500fe04-3a8a-4e68-a32c-fec813ae876d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6500fe04-3a8a-4e68-a32c-fec813ae876d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "f058b50d-67ee-4b33-9e18-2c77fb52106e",
    "completed": true,
    "last_updated": "2022-12-01T16:46:55.902797-05: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/f058b50d-67ee-4b33-9e18-2c77fb52106e",
    "datetime": "2022-11-30T22:59:00-05:00",
    "cutoff_datetime": "2022-11-30T22:59:00-05:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - November 30th 2022",
    "bettypes": [
        {
            "id": "1655d2f0-72e4-4d7c-a966-73206cde90eb",
            "match": "https://api-prod.gambitprofit.com/api/matches/6500fe04-3a8a-4e68-a32c-fec813ae876d/?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": "030bfb46-10ff-4b95-a018-8582448a80e4",
                    "gambit_id": "bd8ee84b-972a-4ef4-9cfe-04d56ba47aeb",
                    "last_updated": "2022-12-01T16:46:55.905765-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "21 to 26",
                    "reward": "3.63000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1655d2f0-72e4-4d7c-a966-73206cde90eb/?format=api"
                },
                {
                    "id": "6db44c75-6efc-4301-8e15-a72979188f64",
                    "gambit_id": "9ff6d280-9458-4d73-8024-ce75092148d5",
                    "last_updated": "2022-12-01T16:46:55.906975-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "16 to 20",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1655d2f0-72e4-4d7c-a966-73206cde90eb/?format=api"
                },
                {
                    "id": "9710f199-e074-4e34-90aa-2e2f9aa494c1",
                    "gambit_id": "06660dbe-d265-4bd9-874d-dd35d631b141",
                    "last_updated": "2022-12-01T16:46:55.909352-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "6 to 10",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1655d2f0-72e4-4d7c-a966-73206cde90eb/?format=api"
                },
                {
                    "id": "f2e2db8d-0dc5-431c-8640-db1a747511a2",
                    "gambit_id": "5c2872c0-d132-4fc1-8c2e-faef1756d5e3",
                    "last_updated": "2022-12-01T16:46:55.910458-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "1 to 5",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1655d2f0-72e4-4d7c-a966-73206cde90eb/?format=api"
                },
                {
                    "id": "f77db70e-51d4-4dae-b043-6bbe26515b0c",
                    "gambit_id": "a42a55b2-7ed6-4417-9007-d0246c6cf9a4",
                    "last_updated": "2022-12-01T16:46:55.908167-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "11 to 15",
                    "reward": "4.28000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1655d2f0-72e4-4d7c-a966-73206cde90eb/?format=api"
                }
            ]
        }
    ]
}