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/2aa249a1-5403-4c12-a461-e051cc84c8f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2aa249a1-5403-4c12-a461-e051cc84c8f1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "57af8865-4f68-44ed-9cec-e162507db115",
    "completed": true,
    "last_updated": "2023-04-21T22:26:58.922281-04:00",
    "created_at": "2023-04-19T12:17:10.634467-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/57af8865-4f68-44ed-9cec-e162507db115",
    "datetime": "2023-04-19T22:59:00-04:00",
    "cutoff_datetime": "2023-04-19T22:59:00-04:00",
    "name": "US Lottery - Powerball: Pick the Powerball Number - April 19th 2023",
    "bettypes": [
        {
            "id": "88c8e61f-3ce6-4d6f-a649-65eac393e85f",
            "match": "https://api-prod.gambitprofit.com/api/matches/2aa249a1-5403-4c12-a461-e051cc84c8f1/?format=api",
            "name": "FreeForm",
            "created_at": "2023-04-19T12:17:10.637370-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": "115c4976-64e1-4515-8184-95b66d6af2cb",
                    "gambit_id": "f0022568-cb26-402a-8cad-0f3e6c3f746c",
                    "last_updated": "2023-04-21T22:26:58.929599-04:00",
                    "created_at": "2023-04-19T12:17:10.639877-04:00",
                    "name": "21 to 26",
                    "reward": "3.88000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c8e61f-3ce6-4d6f-a649-65eac393e85f/?format=api"
                },
                {
                    "id": "e50d193d-f97a-42c7-b989-92b34623dad4",
                    "gambit_id": "acc59a68-629c-4a54-b437-5b0de3f37a81",
                    "last_updated": "2023-04-21T22:26:58.939599-04:00",
                    "created_at": "2023-04-19T12:17:10.647451-04:00",
                    "name": "6 to 10",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c8e61f-3ce6-4d6f-a649-65eac393e85f/?format=api"
                },
                {
                    "id": "61ef23d4-6786-4bc0-b053-f31db1721874",
                    "gambit_id": "14ace75a-af77-4110-bbc1-eb8ae672bc19",
                    "last_updated": "2023-04-21T22:26:58.942382-04:00",
                    "created_at": "2023-04-19T12:17:10.649935-04:00",
                    "name": "1 to 5",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c8e61f-3ce6-4d6f-a649-65eac393e85f/?format=api"
                },
                {
                    "id": "1834108a-25d7-4f2e-acf1-93fe4324189e",
                    "gambit_id": "b97635d8-1c5e-417c-9dc6-9dc07bb82347",
                    "last_updated": "2023-04-21T22:26:58.934044-04:00",
                    "created_at": "2023-04-19T12:17:10.642455-04:00",
                    "name": "16 to 20",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c8e61f-3ce6-4d6f-a649-65eac393e85f/?format=api"
                },
                {
                    "id": "6540cc4e-4ea6-4dff-ac60-1b4ad2289684",
                    "gambit_id": "17580997-f893-4b37-bcab-9ce05cdfeb99",
                    "last_updated": "2023-04-21T22:26:58.936802-04:00",
                    "created_at": "2023-04-19T12:17:10.644964-04:00",
                    "name": "11 to 15",
                    "reward": "4.60000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88c8e61f-3ce6-4d6f-a649-65eac393e85f/?format=api"
                }
            ]
        }
    ]
}