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/6b2b88b3-d67d-43f9-b5b4-701ac4e51a6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b2b88b3-d67d-43f9-b5b4-701ac4e51a6a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "f0ae684b-10fc-4dc0-b2aa-b392f4bd1dfa",
    "completed": true,
    "last_updated": "2023-06-18T20:18:30.868394-04:00",
    "created_at": "2023-06-17T11:33:23.314310-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -2.5,
    "sport_category": "UFC on ESPN 1",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/f0ae684b-10fc-4dc0-b2aa-b392f4bd1dfa",
    "datetime": "2023-06-17T19:00:00-04:00",
    "cutoff_datetime": "2023-06-17T19:00:00-04:00",
    "name": "Nicolas Dalby v. Muslim Salikhov",
    "bettypes": [
        {
            "id": "cc18bbe4-c3b1-4deb-b027-c565ca07cdc1",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b2b88b3-d67d-43f9-b5b4-701ac4e51a6a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-17T11:33:23.317732-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": "Muslim Salikhov",
                        "amount": 6047.0
                    },
                    {
                        "team": "Nicolas Dalby",
                        "amount": 3953.0
                    }
                ],
                "expected_reward_tokens": 9250.02,
                "profit_sb": -249.98,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "067a38db-abb4-475c-9fed-1a652b15f8a5",
                    "gambit_id": "b8b56fa1-71f2-41e1-8406-e48fc0955661",
                    "last_updated": "2023-06-18T20:18:30.875729-04:00",
                    "created_at": "2023-06-17T11:33:23.323063-04:00",
                    "name": "Muslim Salikhov",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc18bbe4-c3b1-4deb-b027-c565ca07cdc1/?format=api"
                },
                {
                    "id": "0ef2be11-433d-4b65-8007-ae38c83c8e24",
                    "gambit_id": "fa3e7f71-8df7-44e4-9159-b97f513303d7",
                    "last_updated": "2023-06-18T20:18:30.873187-04:00",
                    "created_at": "2023-06-17T11:33:23.320484-04:00",
                    "name": "Nicolas Dalby",
                    "reward": "2.34000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc18bbe4-c3b1-4deb-b027-c565ca07cdc1/?format=api"
                }
            ]
        },
        {
            "id": "0f090c52-06c4-44d6-97b5-84dc479d73d7",
            "match": "https://api-prod.gambitprofit.com/api/matches/6b2b88b3-d67d-43f9-b5b4-701ac4e51a6a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-17T11:33:23.325517-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 2.5",
                        "amount": 5789.0
                    },
                    {
                        "team": "Total Rounds Under 2.5",
                        "amount": 4211.0
                    }
                ],
                "expected_reward_tokens": 9262.4,
                "profit_sb": -237.6,
                "profit_sb_percentage": -2.5,
                "recommended": false
            },
            "lines": [
                {
                    "id": "de36594d-551c-459f-8480-0524211dbeb2",
                    "gambit_id": "9cf4bf6c-ceb3-4cb3-98f0-6f3f0ff920ca",
                    "last_updated": "2023-06-18T20:18:30.884111-04:00",
                    "created_at": "2023-06-17T11:33:23.327684-04:00",
                    "name": "Total Rounds Over 2.5",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f090c52-06c4-44d6-97b5-84dc479d73d7/?format=api"
                },
                {
                    "id": "b8cde720-177b-443a-8827-dc2f3205f753",
                    "gambit_id": "06ee65e3-44ad-41c8-99c0-aa8d8c25e5dd",
                    "last_updated": "2023-06-18T20:18:30.886558-04:00",
                    "created_at": "2023-06-17T11:33:23.330190-04:00",
                    "name": "Total Rounds Under 2.5",
                    "reward": "2.20000",
                    "odds": "2.25000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f090c52-06c4-44d6-97b5-84dc479d73d7/?format=api"
                }
            ]
        }
    ]
}