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/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acd8a3af-4522-4d33-8b0b-23afae31e6ca",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "80b7784e-9027-46b9-aa08-adadb143001d",
    "completed": true,
    "last_updated": "2022-12-03T09:52:35.906716-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.31,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/80b7784e-9027-46b9-aa08-adadb143001d",
    "datetime": "2022-12-02T22:10:00-05:00",
    "cutoff_datetime": "2022-12-02T22:10:00-05:00",
    "name": "Chicago Bulls v. Golden State Warriors",
    "bettypes": [
        {
            "id": "bd99afd9-538a-4f08-920a-5562d24643a1",
            "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-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": "Golden State Warriors",
                        "amount": 7029.0
                    },
                    {
                        "team": "Chicago Bulls",
                        "amount": 2971.0
                    }
                ],
                "expected_reward_tokens": 9207.99,
                "profit_sb": 207.99,
                "profit_sb_percentage": 2.31,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5f10e12a-bb19-4d2b-b429-59a19f5396ad",
                    "gambit_id": "7a4a49ac-24b2-4c87-97d4-046c16c0662f",
                    "last_updated": "2022-12-03T09:52:35.912892-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "1.31000",
                    "odds": "1.35710",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd99afd9-538a-4f08-920a-5562d24643a1/?format=api"
                },
                {
                    "id": "a0714785-00b4-4e68-ae96-16372c00c7de",
                    "gambit_id": "4d8453d6-a811-4000-8048-30726d117ed7",
                    "last_updated": "2022-12-03T09:52:35.913864-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "3.10000",
                    "odds": "3.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd99afd9-538a-4f08-920a-5562d24643a1/?format=api"
                }
            ]
        },
        {
            "id": "2b66d350-5bda-41cc-ac26-da7777cc472f",
            "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-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": "Chicago Bulls",
                        "amount": 5000.0
                    },
                    {
                        "team": "Golden State Warriors",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a657cdd7-195c-4095-a0d1-bab5b2c7f436",
                    "gambit_id": "a05accfc-b45e-4660-aa3b-261990163c23",
                    "last_updated": "2022-12-03T09:52:35.916799-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bulls",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b66d350-5bda-41cc-ac26-da7777cc472f/?format=api"
                },
                {
                    "id": "fdfd6aef-cbff-4298-8061-de8e97cd692d",
                    "gambit_id": "eef60b66-cfc1-4692-8fec-64845fe29ba7",
                    "last_updated": "2022-12-03T09:52:35.915806-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Golden State Warriors",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b66d350-5bda-41cc-ac26-da7777cc472f/?format=api"
                }
            ]
        },
        {
            "id": "862c497b-9a08-42ba-a795-2d89ae1a651e",
            "match": "https://api-prod.gambitprofit.com/api/matches/acd8a3af-4522-4d33-8b0b-23afae31e6ca/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-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": "Game Total Over 237.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 237.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "6df58fa9-194f-466c-928f-39fff90bd64e",
                    "gambit_id": "7e65cda2-eb2d-468d-b932-c475b7811a8b",
                    "last_updated": "2022-12-03T09:52:35.910876-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 237.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "237.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862c497b-9a08-42ba-a795-2d89ae1a651e/?format=api"
                },
                {
                    "id": "0c0e983f-cb9c-48d3-81a4-09d8a4d4b6ee",
                    "gambit_id": "662e3190-7474-430b-8a79-d7bdb9fa52de",
                    "last_updated": "2022-12-03T09:52:35.909681-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 237.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "237.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/862c497b-9a08-42ba-a795-2d89ae1a651e/?format=api"
                }
            ]
        }
    ]
}