GET /api/bet_types/ac52ce9c-1f26-4aab-9718-2c17c073cd5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac52ce9c-1f26-4aab-9718-2c17c073cd5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3922ecdd-0b13-4f3d-b93a-fc87ab4cc68d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T14:26:50.180410-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": "New York Islanders",
                "amount": 6020.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e4d3da3-ed31-4419-9f9f-8e5ccdda52e6",
            "gambit_id": "843fa72a-00bd-4320-b476-258adefa3d8f",
            "last_updated": "2023-04-07T20:37:08.930694-04:00",
            "created_at": "2023-04-06T14:26:50.181965-04:00",
            "name": "New York Islanders",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52ce9c-1f26-4aab-9718-2c17c073cd5d/?format=api"
        },
        {
            "id": "26b19a44-fd06-4d3e-b302-4f5de377e48e",
            "gambit_id": "0b72f386-df64-48d8-853a-56fbbba581e1",
            "last_updated": "2023-04-07T20:37:08.933004-04:00",
            "created_at": "2023-04-06T14:26:50.183547-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac52ce9c-1f26-4aab-9718-2c17c073cd5d/?format=api"
        }
    ]
}