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/b8dddecc-1ff2-491f-a2f2-9ff26146f0f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8dddecc-1ff2-491f-a2f2-9ff26146f0f2",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "90aa2025-e40b-436d-996c-4a8915778fd7",
    "completed": true,
    "last_updated": "2023-04-22T16:17:02.393880-04:00",
    "created_at": "2023-04-20T15:22:07.329124-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.15,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/90aa2025-e40b-436d-996c-4a8915778fd7",
    "datetime": "2023-04-21T20:00:00-04:00",
    "cutoff_datetime": "2023-04-21T20:00:00-04:00",
    "name": "Perez vs Richey",
    "bettypes": [
        {
            "id": "d23c2883-55f0-417a-a700-5d1efc4df078",
            "match": "https://api-prod.gambitprofit.com/api/matches/b8dddecc-1ff2-491f-a2f2-9ff26146f0f2/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-20T15:22:07.331723-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Gee Perez",
                        "amount": 7573.0
                    },
                    {
                        "team": "Josh Richey",
                        "amount": 2427.0
                    }
                ],
                "expected_reward_tokens": 9390.52,
                "profit_sb": -109.48,
                "profit_sb_percentage": -1.15,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8268cca0-c01e-4ad6-b481-ccf685d1eadb",
                    "gambit_id": "e6c2b375-0b39-467c-9f02-dd3bfa12b81f",
                    "last_updated": "2023-04-22T16:17:02.399292-04:00",
                    "created_at": "2023-04-20T15:22:07.336122-04:00",
                    "name": "Gee Perez",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c2883-55f0-417a-a700-5d1efc4df078/?format=api"
                },
                {
                    "id": "ad9e45f7-a761-451b-94a9-b28962022ce1",
                    "gambit_id": "21758afc-4f7f-4705-ad41-e5b90d808c25",
                    "last_updated": "2023-04-22T16:17:02.397706-04:00",
                    "created_at": "2023-04-20T15:22:07.333914-04:00",
                    "name": "Josh Richey",
                    "reward": "3.87000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d23c2883-55f0-417a-a700-5d1efc4df078/?format=api"
                }
            ]
        }
    ]
}