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/a49b76cd-5909-4bbf-8259-6a8829a318cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a49b76cd-5909-4bbf-8259-6a8829a318cf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "e61180f5-5810-4217-a50a-942c33ddc881",
    "completed": true,
    "last_updated": "2023-10-02T10:58:22.903646-04:00",
    "created_at": "2023-09-29T09:48:13.004281-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -9999,
    "sport_category": "Powerball Betting",
    "sport": "Non Sporting",
    "url": "https://app.gambitrewards.com/match/e61180f5-5810-4217-a50a-942c33ddc881",
    "datetime": "2023-09-30T22:59:00-04:00",
    "cutoff_datetime": "2023-09-30T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - September 30th 2023",
    "bettypes": [
        {
            "id": "7ca5fd30-1691-4a6e-9282-f404169b4f3e",
            "match": "https://api-prod.gambitprofit.com/api/matches/a49b76cd-5909-4bbf-8259-6a8829a318cf/?format=api",
            "name": "FreeForm",
            "created_at": "2023-09-29T09:48:13.010445-04: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": "4beca455-a5dc-487b-ae2d-0f23b6d1c2c6",
                    "gambit_id": "ed623906-f6e4-4fb3-a45d-b24e345c99db",
                    "last_updated": "2023-10-02T10:58:22.942911-04:00",
                    "created_at": "2023-09-29T09:48:13.036242-04:00",
                    "name": "21 to 26",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca5fd30-1691-4a6e-9282-f404169b4f3e/?format=api"
                },
                {
                    "id": "8feaeeb3-c4a9-4c56-a12b-39eacdc2aa0b",
                    "gambit_id": "d8a25594-9024-498b-8db0-8a3625c1c873",
                    "last_updated": "2023-10-02T10:58:22.920972-04:00",
                    "created_at": "2023-09-29T09:48:13.015022-04:00",
                    "name": "1 to 5",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca5fd30-1691-4a6e-9282-f404169b4f3e/?format=api"
                },
                {
                    "id": "532fcb20-2c7e-49fa-956e-802e022725dd",
                    "gambit_id": "c1f81731-57c2-47b3-a663-c55177ff7496",
                    "last_updated": "2023-10-02T10:58:22.925133-04:00",
                    "created_at": "2023-09-29T09:48:13.022847-04:00",
                    "name": "6 to 10",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca5fd30-1691-4a6e-9282-f404169b4f3e/?format=api"
                },
                {
                    "id": "e7d18549-ec73-4478-b2a3-cd80ac058ac4",
                    "gambit_id": "ff9dce6f-cc6e-4e94-988c-3df94636bd4d",
                    "last_updated": "2023-10-02T10:58:22.936254-04:00",
                    "created_at": "2023-09-29T09:48:13.027260-04:00",
                    "name": "11 to 15",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca5fd30-1691-4a6e-9282-f404169b4f3e/?format=api"
                },
                {
                    "id": "2f6f39c2-d013-4a4c-bc76-4f150dac78d7",
                    "gambit_id": "d1c9c539-251f-4874-a214-503483840e97",
                    "last_updated": "2023-10-02T10:58:22.939725-04:00",
                    "created_at": "2023-09-29T09:48:13.032451-04:00",
                    "name": "16 to 20",
                    "reward": "4.58000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ca5fd30-1691-4a6e-9282-f404169b4f3e/?format=api"
                }
            ]
        }
    ]
}