GET /api/bet_types/82bb9636-ded9-496c-b311-51f561876c22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82bb9636-ded9-496c-b311-51f561876c22",
    "match": "https://api-prod.gambitprofit.com/api/matches/248a77b7-3df1-469e-b1a4-118d72a8229a/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:10.916359-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": "Detroit Red Wings",
                "amount": 5423.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8b5a97d3-de35-4d1d-b344-36b3a28a3348",
            "gambit_id": "f9ff57cb-efc8-4952-9b00-2154430dfbf3",
            "last_updated": "2024-01-22T12:13:22.592228-05:00",
            "created_at": "2024-01-19T09:33:10.920398-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82bb9636-ded9-496c-b311-51f561876c22/?format=api"
        },
        {
            "id": "202027a0-fb97-47cd-a870-1434476cbaf1",
            "gambit_id": "63c40b32-46a1-425a-928a-88992a05eac3",
            "last_updated": "2024-01-22T12:13:22.596360-05:00",
            "created_at": "2024-01-19T09:33:10.925453-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82bb9636-ded9-496c-b311-51f561876c22/?format=api"
        }
    ]
}