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/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "84b66f70-c711-4c85-baab-4fba34eaeca2",
    "completed": true,
    "last_updated": "2023-08-28T18:32:59.052257-04:00",
    "created_at": "2023-08-25T08:38:07.992479-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.71,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/84b66f70-c711-4c85-baab-4fba34eaeca2",
    "datetime": "2023-08-25T19:07:00-04:00",
    "cutoff_datetime": "2023-08-25T19:07:00-04:00",
    "name": "CLE (T Bibee) v. TOR (C Bassitt)",
    "bettypes": [
        {
            "id": "638881f2-2ac8-456b-aa83-cc8b2dc05d8b",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-08-25T08:38:08.003053-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": "TOR (C Bassitt)",
                        "amount": 5980.0
                    },
                    {
                        "team": "CLE (T Bibee)",
                        "amount": 4020.0
                    }
                ],
                "expected_reward_tokens": 9567.6,
                "profit_sb": 67.6,
                "profit_sb_percentage": 0.71,
                "recommended": true
            },
            "lines": [
                {
                    "id": "63cbebcb-d669-4f33-b35e-ae984f308a9a",
                    "gambit_id": "307a20d6-b530-4257-a0be-5c96998286ba",
                    "last_updated": "2023-08-28T18:32:59.066752-04:00",
                    "created_at": "2023-08-25T08:38:08.007803-04:00",
                    "name": "TOR (C Bassitt)",
                    "reward": "1.60000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638881f2-2ac8-456b-aa83-cc8b2dc05d8b/?format=api"
                },
                {
                    "id": "ab56442f-d48e-4213-becd-be6b5b3079ce",
                    "gambit_id": "a1491426-e9a8-41f4-a91c-d25a80fd7c7a",
                    "last_updated": "2023-08-28T18:32:59.070367-04:00",
                    "created_at": "2023-08-25T08:38:08.012034-04:00",
                    "name": "CLE (T Bibee)",
                    "reward": "2.38000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/638881f2-2ac8-456b-aa83-cc8b2dc05d8b/?format=api"
                }
            ]
        },
        {
            "id": "7c97c697-2989-4527-9d18-6a5deed8b0d1",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-08-25T08:38:08.015993-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": "CLE",
                        "amount": 5688.0
                    },
                    {
                        "team": "TOR",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7c784fdd-f2e8-46a5-a686-17fc15de6381",
                    "gambit_id": "42da2566-4bd7-48ec-906d-8d1cc0ee9bed",
                    "last_updated": "2023-08-28T18:32:59.077534-04:00",
                    "created_at": "2023-08-25T08:38:08.019736-04:00",
                    "name": "CLE",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97c697-2989-4527-9d18-6a5deed8b0d1/?format=api"
                },
                {
                    "id": "24df024c-eac8-4be4-8e7d-515740e9909e",
                    "gambit_id": "6c7d1c3e-42ed-42bd-9fad-ed8b7a18bb13",
                    "last_updated": "2023-08-28T18:32:59.081201-04:00",
                    "created_at": "2023-08-25T08:38:08.023842-04:00",
                    "name": "TOR",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c97c697-2989-4527-9d18-6a5deed8b0d1/?format=api"
                }
            ]
        },
        {
            "id": "c46dffd0-4a01-4389-b724-72bb285a6fdf",
            "match": "https://api-prod.gambitprofit.com/api/matches/bf24a7a8-0c10-44c8-acdc-fadf3aa75ad7/?format=api",
            "name": "Over/Under",
            "created_at": "2023-08-25T08:38:08.027972-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": "Game Total Under 8.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f1c1eefd-5b23-4fae-8cf5-9aa3b48559b1",
                    "gambit_id": "99b80c60-3c7a-4d5f-a922-a3227d3c5f35",
                    "last_updated": "2023-08-28T18:32:59.091831-04:00",
                    "created_at": "2023-08-25T08:38:08.036654-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46dffd0-4a01-4389-b724-72bb285a6fdf/?format=api"
                },
                {
                    "id": "85be98af-407a-4e2d-98a0-836b0638e261",
                    "gambit_id": "b1459275-af91-4dea-8a2c-a2809d93211a",
                    "last_updated": "2023-08-28T18:32:59.088322-04:00",
                    "created_at": "2023-08-25T08:38:08.031761-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c46dffd0-4a01-4389-b724-72bb285a6fdf/?format=api"
                }
            ]
        }
    ]
}