GET /api/bet_types/6bec5517-3d1f-4295-a00c-79dff669f4ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bec5517-3d1f-4295-a00c-79dff669f4ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/06b65d86-0c61-4706-9873-3e3ad3466bf4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T08:48:23.986432-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": "Detroit Red Wings",
                "amount": 6603.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9375.72,
        "profit_sb": -124.28,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ddaaf2d-cdef-49e6-bd71-33c24bbd9a1d",
            "gambit_id": "7fd43f23-9cc8-4d1e-9dec-fa68e1307f11",
            "last_updated": "2023-10-19T10:13:23.050412-04:00",
            "created_at": "2023-10-18T08:48:23.995521-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bec5517-3d1f-4295-a00c-79dff669f4ac/?format=api"
        },
        {
            "id": "cab4f39b-5989-41d4-9afb-2b091392ec8c",
            "gambit_id": "a49eddb6-8d83-4c77-bb4c-dc2913e2c7f1",
            "last_updated": "2023-10-19T10:13:23.046828-04:00",
            "created_at": "2023-10-18T08:48:23.991392-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.76000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bec5517-3d1f-4295-a00c-79dff669f4ac/?format=api"
        }
    ]
}