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/1c79d6a1-ef63-44be-ad7f-5cd54ad38657/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c79d6a1-ef63-44be-ad7f-5cd54ad38657",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ae401fc4-7990-46f5-a5ff-ff546a6e47f7",
    "completed": true,
    "last_updated": "2023-06-06T15:57:21.458571-04:00",
    "created_at": "2023-06-05T10:57:16.020676-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.94,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/ae401fc4-7990-46f5-a5ff-ff546a6e47f7",
    "datetime": "2023-06-05T21:10:00-04:00",
    "cutoff_datetime": "2023-06-05T21:10:00-04:00",
    "name": "CHC (K Hendricks) v. SDG (B Snell)",
    "bettypes": [
        {
            "id": "3b1436aa-cce6-461e-b621-1f4092f6c757",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c79d6a1-ef63-44be-ad7f-5cd54ad38657/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-05T10:57:16.023680-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": "SDG (B Snell)",
                        "amount": 6070.0
                    },
                    {
                        "team": "CHC (K Hendricks)",
                        "amount": 3930.0
                    }
                ],
                "expected_reward_tokens": 9589.2,
                "profit_sb": 89.2,
                "profit_sb_percentage": 0.94,
                "recommended": true
            },
            "lines": [
                {
                    "id": "566fc2d1-08f3-4cb4-8342-2526111f45c8",
                    "gambit_id": "c7d62d00-c15c-4238-bef9-17a01369eb49",
                    "last_updated": "2023-06-06T15:57:21.465081-04:00",
                    "created_at": "2023-06-05T10:57:16.028816-04:00",
                    "name": "SDG (B Snell)",
                    "reward": "1.58000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1436aa-cce6-461e-b621-1f4092f6c757/?format=api"
                },
                {
                    "id": "4509f1c0-1461-432b-a28b-a02052683763",
                    "gambit_id": "13b950f4-5cda-4714-89b6-c7eb8f59b160",
                    "last_updated": "2023-06-06T15:57:21.463198-04:00",
                    "created_at": "2023-06-05T10:57:16.026371-04:00",
                    "name": "CHC (K Hendricks)",
                    "reward": "2.44000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b1436aa-cce6-461e-b621-1f4092f6c757/?format=api"
                }
            ]
        },
        {
            "id": "e1e58279-7f17-4b99-834d-1e8105311891",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c79d6a1-ef63-44be-ad7f-5cd54ad38657/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-05T10:57:16.031635-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": "CHC",
                        "amount": 5599.0
                    },
                    {
                        "team": "SDG",
                        "amount": 4401.0
                    }
                ],
                "expected_reward_tokens": 9462.15,
                "profit_sb": -37.85,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ea41e753-f8eb-4404-bba4-f85a3f2c3ba1",
                    "gambit_id": "7739dc02-f46b-4f1e-8090-82ebf42307e0",
                    "last_updated": "2023-06-06T15:57:21.468901-04:00",
                    "created_at": "2023-06-05T10:57:16.033989-04:00",
                    "name": "CHC",
                    "reward": "1.69000",
                    "odds": "1.71430",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e58279-7f17-4b99-834d-1e8105311891/?format=api"
                },
                {
                    "id": "29e98998-35f4-42fa-97cc-cb0de7cb7b31",
                    "gambit_id": "47914163-3bab-4298-82cd-bb9eba81ea91",
                    "last_updated": "2023-06-06T15:57:21.470735-04:00",
                    "created_at": "2023-06-05T10:57:16.036807-04:00",
                    "name": "SDG",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1e58279-7f17-4b99-834d-1e8105311891/?format=api"
                }
            ]
        },
        {
            "id": "40709419-92d0-4513-9f02-2825ddad0a4d",
            "match": "https://api-prod.gambitprofit.com/api/matches/1c79d6a1-ef63-44be-ad7f-5cd54ad38657/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-05T10:57:16.039604-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 Over 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e88bce8c-40b2-4e0e-bbec-8d6e3527d58f",
                    "gambit_id": "af692cec-6778-4f9c-8734-bb1404a20f22",
                    "last_updated": "2023-06-06T15:57:21.474538-04:00",
                    "created_at": "2023-06-05T10:57:16.042472-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40709419-92d0-4513-9f02-2825ddad0a4d/?format=api"
                },
                {
                    "id": "7f607f51-7d3f-429d-828b-2929d01b91e1",
                    "gambit_id": "e34971df-e8db-4539-87da-13033eec03be",
                    "last_updated": "2023-06-06T15:57:21.476915-04:00",
                    "created_at": "2023-06-05T10:57:16.045935-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40709419-92d0-4513-9f02-2825ddad0a4d/?format=api"
                }
            ]
        }
    ]
}