GET /api/bet_types/89e31178-377e-415c-9be6-aa9607c67e91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89e31178-377e-415c-9be6-aa9607c67e91",
    "match": "https://api-prod.gambitprofit.com/api/matches/1173d02b-508d-4460-9ea7-783b8719031c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:02.630382-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": "Chicago Blackhawks",
                "amount": 6241.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b470fef-5d4c-4202-a58e-fb51300bf9c5",
            "gambit_id": "cd5021b1-c0b5-4435-a71a-46d8943a938b",
            "last_updated": "2023-12-12T10:28:17.066655-05:00",
            "created_at": "2023-12-10T09:58:02.640752-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e31178-377e-415c-9be6-aa9607c67e91/?format=api"
        },
        {
            "id": "7c95d888-0d63-4df3-87bf-285e1c8fc55c",
            "gambit_id": "d411bfda-d287-4029-86ca-bd38c4e9fb21",
            "last_updated": "2023-12-12T10:28:17.063302-05:00",
            "created_at": "2023-12-10T09:58:02.635893-05:00",
            "name": "Washington Capitals",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89e31178-377e-415c-9be6-aa9607c67e91/?format=api"
        }
    ]
}