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/3d43ccb3-1cd9-4db1-9e0e-960f33091e35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d43ccb3-1cd9-4db1-9e0e-960f33091e35",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0369625b-5dd0-417e-9a40-656fdaca0868",
    "completed": true,
    "last_updated": "2023-07-23T22:07:59.377000-04:00",
    "created_at": "2023-07-22T09:57:59.015312-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.42,
    "sport_category": "UFC on ESPN 1",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/0369625b-5dd0-417e-9a40-656fdaca0868",
    "datetime": "2023-07-22T15:00:00-04:00",
    "cutoff_datetime": "2023-07-22T15:00:00-04:00",
    "name": "Paul Craig v. Andre Muniz",
    "bettypes": [
        {
            "id": "76dbeaf9-f2ff-45fa-ac71-d684352a8d10",
            "match": "https://api-prod.gambitprofit.com/api/matches/3d43ccb3-1cd9-4db1-9e0e-960f33091e35/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-22T09:57:59.026451-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": "Andre Muniz",
                        "amount": 6528.0
                    },
                    {
                        "team": "Paul Craig",
                        "amount": 3472.0
                    }
                ],
                "expected_reward_tokens": 9269.76,
                "profit_sb": -230.24,
                "profit_sb_percentage": -2.42,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c683d80f-f5b8-4e3a-bb43-1f6e99288fa7",
                    "gambit_id": "d9cb97f8-37ea-4d50-ba6c-c7aba35f55d5",
                    "last_updated": "2023-07-23T22:07:59.387880-04:00",
                    "created_at": "2023-07-22T09:57:59.038242-04:00",
                    "name": "Andre Muniz",
                    "reward": "1.42000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76dbeaf9-f2ff-45fa-ac71-d684352a8d10/?format=api"
                },
                {
                    "id": "a5759969-6cb7-4505-a6f8-35a1f7cf7f5f",
                    "gambit_id": "02750b83-d25b-4ea4-8e0f-79382f60d33b",
                    "last_updated": "2023-07-23T22:07:59.384561-04:00",
                    "created_at": "2023-07-22T09:57:59.032774-04:00",
                    "name": "Paul Craig",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76dbeaf9-f2ff-45fa-ac71-d684352a8d10/?format=api"
                }
            ]
        },
        {
            "id": "925b574d-69dc-4336-a758-f4ceea113e30",
            "match": "https://api-prod.gambitprofit.com/api/matches/3d43ccb3-1cd9-4db1-9e0e-960f33091e35/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-22T09:57:59.042351-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 Over 1.5",
                        "amount": 5204.0
                    },
                    {
                        "team": "Total Rounds Under 1.5",
                        "amount": 4796.0
                    }
                ],
                "expected_reward_tokens": 9159.04,
                "profit_sb": -340.96,
                "profit_sb_percentage": -3.59,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f5cbbf33-ac86-465d-802e-a418e7e170a1",
                    "gambit_id": "24328b6c-6a2f-4400-a07e-968bd39eb867",
                    "last_updated": "2023-07-23T22:07:59.394830-04:00",
                    "created_at": "2023-07-22T09:57:59.046454-04:00",
                    "name": "Total Rounds Over 1.5",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925b574d-69dc-4336-a758-f4ceea113e30/?format=api"
                },
                {
                    "id": "ed9d4ef4-424b-4c44-98b5-89423d5add3c",
                    "gambit_id": "99a06d04-3bac-4377-b9be-7b47ebc98dce",
                    "last_updated": "2023-07-23T22:07:59.398490-04:00",
                    "created_at": "2023-07-22T09:57:59.050379-04:00",
                    "name": "Total Rounds Under 1.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/925b574d-69dc-4336-a758-f4ceea113e30/?format=api"
                }
            ]
        }
    ]
}