GET /api/bet_types/3a5e33b5-cdce-4a76-9d13-77186666ba89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a5e33b5-cdce-4a76-9d13-77186666ba89",
    "match": "https://api-prod.gambitprofit.com/api/matches/9c45948a-ac61-420f-8111-82ced25e1ac3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:03:03.162268-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": "Dallas Stars",
                "amount": 6090.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf1ff4c4-128c-4e08-a5b8-ed55555686d2",
            "gambit_id": "d67bec9b-8928-4a4c-8c39-e0913decf0d4",
            "last_updated": "2023-12-29T11:13:24.508477-05:00",
            "created_at": "2023-12-27T09:03:03.165939-05:00",
            "name": "Dallas Stars",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5e33b5-cdce-4a76-9d13-77186666ba89/?format=api"
        },
        {
            "id": "6178e326-0e0c-4182-b9bf-e86f92fce728",
            "gambit_id": "7397b50b-61a9-429d-9bdf-15c889f926fc",
            "last_updated": "2023-12-29T11:13:24.511934-05:00",
            "created_at": "2023-12-27T09:03:03.169871-05:00",
            "name": "St Louis Blues",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a5e33b5-cdce-4a76-9d13-77186666ba89/?format=api"
        }
    ]
}