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/5ced635c-fe52-4750-88df-8914acdf1704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ced635c-fe52-4750-88df-8914acdf1704",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b503dcd4-0ae3-4b6e-9a3c-237a0a811d49",
    "completed": true,
    "last_updated": "2023-12-12T10:48:19.046765-05:00",
    "created_at": "2023-12-08T10:53:06.950803-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.57,
    "sport_category": "UFC Fight Night",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/b503dcd4-0ae3-4b6e-9a3c-237a0a811d49",
    "datetime": "2023-12-09T22:00:00-05:00",
    "cutoff_datetime": "2023-12-09T22:00:00-05:00",
    "name": "Jamie Mullarkey v. Nasrat Haqparast",
    "bettypes": [
        {
            "id": "2817439b-5415-477b-8eef-cf29a6e2fba8",
            "match": "https://api-prod.gambitprofit.com/api/matches/5ced635c-fe52-4750-88df-8914acdf1704/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-12-08T10:53:06.973870-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": "Nasrat Haqparast",
                        "amount": 6256.0
                    },
                    {
                        "team": "Jamie Mullarkey",
                        "amount": 3744.0
                    }
                ],
                "expected_reward_tokens": 9321.44,
                "profit_sb": -178.56,
                "profit_sb_percentage": -1.88,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aca10b68-53cf-4b2b-b1ec-b04826cd11cb",
                    "gambit_id": "9bb1fd7f-907b-440c-99c7-40d095453c2d",
                    "last_updated": "2023-12-12T10:48:19.058784-05:00",
                    "created_at": "2023-12-08T10:53:06.988465-05:00",
                    "name": "Nasrat Haqparast",
                    "reward": "1.49000",
                    "odds": "1.51280",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2817439b-5415-477b-8eef-cf29a6e2fba8/?format=api"
                },
                {
                    "id": "1a42738d-5baa-4b2d-aa13-37aed4d98037",
                    "gambit_id": "2b1a5370-0f7b-4553-a696-5816834928b6",
                    "last_updated": "2023-12-12T10:48:19.055394-05:00",
                    "created_at": "2023-12-08T10:53:06.980383-05:00",
                    "name": "Jamie Mullarkey",
                    "reward": "2.49000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2817439b-5415-477b-8eef-cf29a6e2fba8/?format=api"
                }
            ]
        },
        {
            "id": "67b66dd6-5965-44d9-81bf-853ff7e80e5d",
            "match": "https://api-prod.gambitprofit.com/api/matches/5ced635c-fe52-4750-88df-8914acdf1704/?format=api",
            "name": "Over/Under",
            "created_at": "2023-12-08T10:53:06.993254-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": "Total Rounds Over 2.5",
                        "amount": 6318.0
                    },
                    {
                        "team": "Total Rounds Under 2.5",
                        "amount": 3682.0
                    }
                ],
                "expected_reward_tokens": 9350.64,
                "profit_sb": -149.36,
                "profit_sb_percentage": -1.57,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3b4c33cb-14a4-4b3b-a669-b20893c2c107",
                    "gambit_id": "4f397db9-12b0-4f52-b114-f1acfa820bb3",
                    "last_updated": "2023-12-12T10:48:19.065301-05:00",
                    "created_at": "2023-12-08T10:53:06.997751-05:00",
                    "name": "Total Rounds Over 2.5",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b66dd6-5965-44d9-81bf-853ff7e80e5d/?format=api"
                },
                {
                    "id": "23a3fdda-b9fa-40fb-b94c-bc5f01eed579",
                    "gambit_id": "06debf52-3124-4da5-8e92-38966f9db81c",
                    "last_updated": "2023-12-12T10:48:19.068367-05:00",
                    "created_at": "2023-12-08T10:53:07.003551-05:00",
                    "name": "Total Rounds Under 2.5",
                    "reward": "2.54000",
                    "odds": "2.60000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67b66dd6-5965-44d9-81bf-853ff7e80e5d/?format=api"
                }
            ]
        }
    ]
}