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/25ddcc88-051e-499d-b974-5981ed6e3d33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "25ddcc88-051e-499d-b974-5981ed6e3d33",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a6fa3ac3-b6f6-4e25-9467-88f09adf0086",
    "completed": true,
    "last_updated": "2023-05-20T15:42:14.365275-04:00",
    "created_at": "2023-05-18T14:22:08.993137-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -10.7,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/a6fa3ac3-b6f6-4e25-9467-88f09adf0086",
    "datetime": "2023-05-19T21:00:00-04:00",
    "cutoff_datetime": "2023-05-19T21:00:00-04:00",
    "name": "Trinidad-Snake vs Brito",
    "bettypes": [
        {
            "id": "b356c64c-7cbf-43d8-aecc-fac0d811899e",
            "match": "https://api-prod.gambitprofit.com/api/matches/25ddcc88-051e-499d-b974-5981ed6e3d33/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-18T14:22:08.995525-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": "Carlos Trinidad-Snake",
                        "amount": 6017.0
                    },
                    {
                        "team": "Elvin Brito",
                        "amount": 3983.0
                    }
                ],
                "expected_reward_tokens": 8483.79,
                "profit_sb": -1016.21,
                "profit_sb_percentage": -10.7,
                "recommended": false
            },
            "lines": [
                {
                    "id": "586fc5b5-32d1-43aa-b809-f9a17a1949b8",
                    "gambit_id": "2e7ddba6-1bd6-4563-abd6-75a76e09b171",
                    "last_updated": "2023-05-20T15:42:14.371446-04:00",
                    "created_at": "2023-05-18T14:22:08.999266-04:00",
                    "name": "Carlos Trinidad-Snake",
                    "reward": "1.41000",
                    "odds": "1.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b356c64c-7cbf-43d8-aecc-fac0d811899e/?format=api"
                },
                {
                    "id": "20457b92-ca03-4705-bd25-4a7aabc6a066",
                    "gambit_id": "f38e2d96-956b-4ffd-809d-46bcd1a23459",
                    "last_updated": "2023-05-20T15:42:14.369515-04:00",
                    "created_at": "2023-05-18T14:22:08.997511-04:00",
                    "name": "Elvin Brito",
                    "reward": "2.13000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b356c64c-7cbf-43d8-aecc-fac0d811899e/?format=api"
                }
            ]
        }
    ]
}