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/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c0ea328-4b97-4504-90d9-06700de8835a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "693954f1-84ac-47a8-95e9-7fb07e67dd39",
    "completed": true,
    "last_updated": "2023-04-24T13:02:14.842107-04:00",
    "created_at": "2023-04-23T12:41:49.398243-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/693954f1-84ac-47a8-95e9-7fb07e67dd39",
    "datetime": "2023-04-23T21:30:00-04:00",
    "cutoff_datetime": "2023-04-23T21:30:00-04:00",
    "name": "Denver Nuggets v. Minnesota Timberwolves",
    "bettypes": [
        {
            "id": "78b1d4d1-8c9e-4e2a-a445-78eb95a37473",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-23T12:41:49.411533-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": "Denver Nuggets",
                        "amount": 6163.0
                    },
                    {
                        "team": "Minnesota Timberwolves",
                        "amount": 3837.0
                    }
                ],
                "expected_reward_tokens": 9552.65,
                "profit_sb": 52.65,
                "profit_sb_percentage": 0.55,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a279edfe-5fd6-4207-ba3a-95910a9efc3e",
                    "gambit_id": "84b8ec7f-45b1-4e46-8dc4-2901244f0d13",
                    "last_updated": "2023-04-24T13:02:14.867596-04:00",
                    "created_at": "2023-04-23T12:41:49.415068-04:00",
                    "name": "Denver Nuggets",
                    "reward": "1.55000",
                    "odds": "1.57140",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78b1d4d1-8c9e-4e2a-a445-78eb95a37473/?format=api"
                },
                {
                    "id": "ce46cf3b-2e02-4854-ba02-37743083f13d",
                    "gambit_id": "53e4e848-f375-4c37-b858-e15caa2c31fc",
                    "last_updated": "2023-04-24T13:02:14.865070-04:00",
                    "created_at": "2023-04-23T12:41:49.413480-04:00",
                    "name": "Minnesota Timberwolves",
                    "reward": "2.49000",
                    "odds": "2.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78b1d4d1-8c9e-4e2a-a445-78eb95a37473/?format=api"
                }
            ]
        },
        {
            "id": "8c987f76-da74-4cf7-adc1-dda790e3883b",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-23T12:41:49.406455-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": "Denver Nuggets",
                        "amount": 5000.0
                    },
                    {
                        "team": "Minnesota Timberwolves",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "10faa364-e23f-4a97-99fd-4b9481e94bf6",
                    "gambit_id": "bf5ff410-9f38-4b38-a611-fad7c6dc3bd8",
                    "last_updated": "2023-04-24T13:02:14.859909-04:00",
                    "created_at": "2023-04-23T12:41:49.409598-04:00",
                    "name": "Denver Nuggets",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c987f76-da74-4cf7-adc1-dda790e3883b/?format=api"
                },
                {
                    "id": "d8259b85-337e-461c-922b-ebb70df51448",
                    "gambit_id": "56f0b6ef-42c7-4d13-b8b1-681450e66509",
                    "last_updated": "2023-04-24T13:02:14.857425-04:00",
                    "created_at": "2023-04-23T12:41:49.407936-04:00",
                    "name": "Minnesota Timberwolves",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c987f76-da74-4cf7-adc1-dda790e3883b/?format=api"
                }
            ]
        },
        {
            "id": "50e224de-4a97-4eb9-9637-66c3c1e5cda0",
            "match": "https://api-prod.gambitprofit.com/api/matches/8c0ea328-4b97-4504-90d9-06700de8835a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-23T12:41:49.400567-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 222.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 222.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3a828614-792a-4441-aa98-6358213a738e",
                    "gambit_id": "399d7e83-e424-4652-8705-7bcd8e304051",
                    "last_updated": "2023-04-24T13:02:14.849010-04:00",
                    "created_at": "2023-04-23T12:41:49.402523-04:00",
                    "name": "Game Total Under 222.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e224de-4a97-4eb9-9637-66c3c1e5cda0/?format=api"
                },
                {
                    "id": "18defb36-9b86-4e00-8129-07422bf16b79",
                    "gambit_id": "3d057676-b5fd-48ba-8a3a-3368bbec35c4",
                    "last_updated": "2023-04-24T13:02:14.852386-04:00",
                    "created_at": "2023-04-23T12:41:49.404708-04:00",
                    "name": "Game Total Over 222.5",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "222.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50e224de-4a97-4eb9-9637-66c3c1e5cda0/?format=api"
                }
            ]
        }
    ]
}