GET /api/bet_types/28d6e747-ff42-4f57-a46a-8cc7ce9ed3bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28d6e747-ff42-4f57-a46a-8cc7ce9ed3bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c224db01-dc54-4b7e-a5e9-40df631de5c3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-29T09:58:08.822232-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": "New York Islanders",
                "amount": 5773.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "479fcd66-8590-4ff0-b272-16ca9b0cc471",
            "gambit_id": "c6f22ec5-a693-487c-b4c6-ab31c0d7ef0c",
            "last_updated": "2024-01-01T13:18:20.172702-05:00",
            "created_at": "2023-12-29T09:58:08.831142-05:00",
            "name": "New York Islanders",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d6e747-ff42-4f57-a46a-8cc7ce9ed3bc/?format=api"
        },
        {
            "id": "95aabe90-9750-47bc-b3f0-ae92aa81ad49",
            "gambit_id": "ccde3dd1-a229-402f-9c8f-499ac4dd11ae",
            "last_updated": "2024-01-01T13:18:20.168373-05:00",
            "created_at": "2023-12-29T09:58:08.826706-05:00",
            "name": "Washington Capitals",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28d6e747-ff42-4f57-a46a-8cc7ce9ed3bc/?format=api"
        }
    ]
}