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/e910729f-0641-4b36-9171-2fa597e0fc4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e910729f-0641-4b36-9171-2fa597e0fc4f",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "5595b335-4c15-45dc-9f2a-99635f9e71c2",
    "completed": false,
    "last_updated": "2023-03-11T13:57:01.111968-05:00",
    "created_at": "2023-03-02T05:42:10.584327-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.9,
    "sport_category": "BKFC",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/5595b335-4c15-45dc-9f2a-99635f9e71c2",
    "datetime": "2023-03-04T14:00:00-05:00",
    "cutoff_datetime": "2023-03-04T14:00:00-05:00",
    "name": "Franco vs Breeze",
    "bettypes": [
        {
            "id": "6a08ca32-958b-48fe-b7eb-4c551637ca4a",
            "match": "https://api-prod.gambitprofit.com/api/matches/e910729f-0641-4b36-9171-2fa597e0fc4f/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-02T05:42:10.586267-05: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": "Ricardo Franco",
                        "amount": 7592.0
                    },
                    {
                        "team": "Dan Breeze",
                        "amount": 2408.0
                    }
                ],
                "expected_reward_tokens": 9414.08,
                "profit_sb": -85.92,
                "profit_sb_percentage": -0.9,
                "recommended": false
            },
            "lines": [
                {
                    "id": "51598110-b569-4a4f-82ba-18cd16f0b67a",
                    "gambit_id": "d0e39b17-0e96-4428-9e3e-306c351064d9",
                    "last_updated": "2023-03-11T13:57:01.117662-05:00",
                    "created_at": "2023-03-02T05:42:10.589164-05:00",
                    "name": "Ricardo Franco",
                    "reward": "1.24000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a08ca32-958b-48fe-b7eb-4c551637ca4a/?format=api"
                },
                {
                    "id": "f210dccb-ca0d-439c-aaec-6afcf4fe7486",
                    "gambit_id": "45c6d1c4-0fda-4477-8237-c55a6dafc18c",
                    "last_updated": "2023-03-11T13:57:01.115950-05:00",
                    "created_at": "2023-03-02T05:42:10.587776-05:00",
                    "name": "Dan Breeze",
                    "reward": "3.91000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a08ca32-958b-48fe-b7eb-4c551637ca4a/?format=api"
                }
            ]
        }
    ]
}