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/9576217c-e19b-4965-9abd-ea34406967c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9576217c-e19b-4965-9abd-ea34406967c9",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "08764e39-19cd-479d-81d2-a57ceb245493",
    "completed": true,
    "last_updated": "2023-06-15T23:28:29.491229-04:00",
    "created_at": "2023-06-14T05:58:11.634428-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/08764e39-19cd-479d-81d2-a57ceb245493",
    "datetime": "2023-06-14T22:59:00-04:00",
    "cutoff_datetime": "2023-06-14T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - June 14th 2023",
    "bettypes": [
        {
            "id": "8d10abd0-e98b-4434-88ca-54095b34170f",
            "match": "https://api-prod.gambitprofit.com/api/matches/9576217c-e19b-4965-9abd-ea34406967c9/?format=api",
            "name": "FreeForm",
            "created_at": "2023-06-14T05:58:11.637233-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": "7f07de95-10f6-4350-8c98-d4d310ca31e5",
                    "gambit_id": "3a38bef4-5788-4677-a0bf-769eaecb2737",
                    "last_updated": "2023-06-15T23:28:29.500642-04:00",
                    "created_at": "2023-06-14T05:58:11.648141-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d10abd0-e98b-4434-88ca-54095b34170f/?format=api"
                },
                {
                    "id": "6acd8088-6ddd-4d59-9d75-601d21b0887a",
                    "gambit_id": "9239e4d3-6636-4fc1-b18a-2700c4edbd74",
                    "last_updated": "2023-06-15T23:28:29.497846-04:00",
                    "created_at": "2023-06-14T05:58:11.643784-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d10abd0-e98b-4434-88ca-54095b34170f/?format=api"
                },
                {
                    "id": "f3e3c63c-aa6e-486d-9c39-5a4f114d0784",
                    "gambit_id": "09a0f94e-6a7c-49af-946d-01ab07551de6",
                    "last_updated": "2023-06-15T23:28:29.494819-04:00",
                    "created_at": "2023-06-14T05:58:11.639366-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d10abd0-e98b-4434-88ca-54095b34170f/?format=api"
                },
                {
                    "id": "725c23d7-49e5-417e-81c3-a6abc1f2114d",
                    "gambit_id": "76b68c82-e7b3-451a-8332-2106977275f5",
                    "last_updated": "2023-06-15T23:28:29.496395-04:00",
                    "created_at": "2023-06-14T05:58:11.641656-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d10abd0-e98b-4434-88ca-54095b34170f/?format=api"
                },
                {
                    "id": "463e8971-69c9-499c-b251-6713be5417d9",
                    "gambit_id": "3b2576a2-5a78-491f-9dc4-6f52d86a4d87",
                    "last_updated": "2023-06-15T23:28:29.499258-04:00",
                    "created_at": "2023-06-14T05:58:11.645925-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d10abd0-e98b-4434-88ca-54095b34170f/?format=api"
                }
            ]
        }
    ]
}