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/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68ca7e87-cc63-47a6-8361-e7f6623461ea",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ca833a68-b681-4de7-9eb1-eb40cfbf7aec",
    "completed": true,
    "last_updated": "2023-05-03T12:12:14.466289-04:00",
    "created_at": "2023-05-02T11:52:06.618928-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.55,
    "sport_category": "NBA Playoffs",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/ca833a68-b681-4de7-9eb1-eb40cfbf7aec",
    "datetime": "2023-05-02T22:00:00-04:00",
    "cutoff_datetime": "2023-05-02T22:00:00-04:00",
    "name": "Los Angeles Lakers v. Golden State Warriors",
    "bettypes": [
        {
            "id": "34d32393-26f7-4246-a63e-bb90b22476d2",
            "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-02T11:52:06.629656-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": "Golden State Warriors",
                        "amount": 6163.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 3837.0
                    }
                ],
                "expected_reward_tokens": 9552.65,
                "profit_sb": 52.65,
                "profit_sb_percentage": 0.55,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4cfd9453-42c1-43e6-ab8b-4736f6152dcd",
                    "gambit_id": "c2ddf61d-c04c-4c57-80f7-e907559298c0",
                    "last_updated": "2023-05-03T12:12:14.476419-04:00",
                    "created_at": "2023-05-02T11:52:06.631048-04:00",
                    "name": "Golden State Warriors",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d32393-26f7-4246-a63e-bb90b22476d2/?format=api"
                },
                {
                    "id": "5923c45b-896c-47f5-af43-c9357f8a5b37",
                    "gambit_id": "e1090dcb-b3d7-4b70-8bc8-5adf68513d4e",
                    "last_updated": "2023-05-03T12:12:14.477583-04:00",
                    "created_at": "2023-05-02T11:52:06.632485-04:00",
                    "name": "Los Angeles Lakers",
                    "reward": "2.49000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d32393-26f7-4246-a63e-bb90b22476d2/?format=api"
                }
            ]
        },
        {
            "id": "741cd724-fda3-4e1a-a610-bf761b9ed66f",
            "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-02T11:52:06.625314-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": "Golden State Warriors",
                        "amount": 5000.0
                    },
                    {
                        "team": "Los Angeles Lakers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7ad20986-c204-4811-ac03-5920f1814551",
                    "gambit_id": "20012b16-7c61-445f-ab78-06cc784f1ce9",
                    "last_updated": "2023-05-03T12:12:14.472803-04:00",
                    "created_at": "2023-05-02T11:52:06.626706-04:00",
                    "name": "Golden State Warriors",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
                },
                {
                    "id": "abecd4d4-25b9-4c18-af33-346672d42475",
                    "gambit_id": "0672f7b8-cc75-4345-8c51-12aa23b2359c",
                    "last_updated": "2023-05-03T12:12:14.473987-04:00",
                    "created_at": "2023-05-02T11:52:06.628162-04:00",
                    "name": "Los Angeles Lakers",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/741cd724-fda3-4e1a-a610-bf761b9ed66f/?format=api"
                }
            ]
        },
        {
            "id": "c028e2f0-ff35-4609-8ac3-76084b0dbeb3",
            "match": "https://api-prod.gambitprofit.com/api/matches/68ca7e87-cc63-47a6-8361-e7f6623461ea/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-02T11:52:06.620905-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 227",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 227",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fee354a6-a70e-4e2d-b80d-78a47abc935f",
                    "gambit_id": "cedd94f4-95db-4957-aac1-58b822bd4ac3",
                    "last_updated": "2023-05-03T12:12:14.469256-04:00",
                    "created_at": "2023-05-02T11:52:06.622335-04:00",
                    "name": "Game Total Under 227",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "227.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c028e2f0-ff35-4609-8ac3-76084b0dbeb3/?format=api"
                },
                {
                    "id": "0724d9ba-205a-4ad2-8719-78181d4958c5",
                    "gambit_id": "32d00af1-baae-4b24-a2e2-bcb1311e38f4",
                    "last_updated": "2023-05-03T12:12:14.470466-04:00",
                    "created_at": "2023-05-02T11:52:06.623739-04:00",
                    "name": "Game Total Over 227",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "227.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c028e2f0-ff35-4609-8ac3-76084b0dbeb3/?format=api"
                }
            ]
        }
    ]
}