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/5a197b5d-bd1b-41d2-a09a-61db42a3142d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a197b5d-bd1b-41d2-a09a-61db42a3142d",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c1b2b1c2-a4e9-4720-bf45-735a39dcac97",
    "completed": true,
    "last_updated": "2023-06-12T10:23:24.764464-04:00",
    "created_at": "2023-06-10T10:42:58.361109-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.05,
    "sport_category": "UFC 283",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/c1b2b1c2-a4e9-4720-bf45-735a39dcac97",
    "datetime": "2023-06-10T22:00:00-04:00",
    "cutoff_datetime": "2023-06-10T22:00:00-04:00",
    "name": "Beneil Dariush v. Charles Oliveira",
    "bettypes": [
        {
            "id": "a37fd025-b69f-4b3b-9768-98a025305a66",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a197b5d-bd1b-41d2-a09a-61db42a3142d/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-10T10:42:58.363870-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": "Beneil Dariush",
                        "amount": 5673.0
                    },
                    {
                        "team": "Charles Oliveira",
                        "amount": 4327.0
                    }
                ],
                "expected_reward_tokens": 9303.05,
                "profit_sb": -196.95,
                "profit_sb_percentage": -2.07,
                "recommended": false
            },
            "lines": [
                {
                    "id": "429acdbd-3e0b-4d43-8fd4-a7186215f41c",
                    "gambit_id": "405837cd-8fea-4865-b1d1-8beaf4220e09",
                    "last_updated": "2023-06-12T10:23:24.770450-04:00",
                    "created_at": "2023-06-10T10:42:58.368488-04:00",
                    "name": "Beneil Dariush",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37fd025-b69f-4b3b-9768-98a025305a66/?format=api"
                },
                {
                    "id": "807af770-41cb-4afe-b88b-c7f4174ba30b",
                    "gambit_id": "05a20641-74b4-4b4d-a225-2abba9abbf66",
                    "last_updated": "2023-06-12T10:23:24.768584-04:00",
                    "created_at": "2023-06-10T10:42:58.366033-04:00",
                    "name": "Charles Oliveira",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a37fd025-b69f-4b3b-9768-98a025305a66/?format=api"
                }
            ]
        },
        {
            "id": "2e9bf9b4-93e4-4603-8047-e538f26d3ef6",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a197b5d-bd1b-41d2-a09a-61db42a3142d/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-10T10:42:58.370831-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": "Total Rounds Under 2.5",
                        "amount": 6462.0
                    },
                    {
                        "team": "Total Rounds Over 2.5",
                        "amount": 3538.0
                    }
                ],
                "expected_reward_tokens": 9304.94,
                "profit_sb": -195.06,
                "profit_sb_percentage": -2.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f5963717-9c7f-42cc-94fc-a23e80b16068",
                    "gambit_id": "3872a4a3-2bd0-4808-b408-cef62884d606",
                    "last_updated": "2023-06-12T10:23:24.775969-04:00",
                    "created_at": "2023-06-10T10:42:58.375717-04:00",
                    "name": "Total Rounds Under 2.5",
                    "reward": "1.44000",
                    "odds": "1.45450",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9bf9b4-93e4-4603-8047-e538f26d3ef6/?format=api"
                },
                {
                    "id": "8a8dd2f1-6a56-4c75-b00e-12b24a06161e",
                    "gambit_id": "0dcfae75-be01-4e57-a2c3-bbf561b3d415",
                    "last_updated": "2023-06-12T10:23:24.774190-04:00",
                    "created_at": "2023-06-10T10:42:58.373202-04:00",
                    "name": "Total Rounds Over 2.5",
                    "reward": "2.63000",
                    "odds": "2.70000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e9bf9b4-93e4-4603-8047-e538f26d3ef6/?format=api"
                }
            ]
        }
    ]
}