GET /api/bet_types/650fce29-85c6-43c8-bcb3-307f3de21fbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "650fce29-85c6-43c8-bcb3-307f3de21fbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2e23faa-7679-4fde-8acb-fcac17c509a6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-06T09:18:05.608093-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": "Houston Texans",
                "amount": 6020.0
            },
            {
                "team": "New York Jets",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "890f605b-07fd-4d03-8dcb-f538866a8346",
            "gambit_id": "3b562327-8b7f-456e-9b9a-f1b4b888263c",
            "last_updated": "2023-12-11T19:43:21.892209-05:00",
            "created_at": "2023-12-06T09:18:05.612854-05:00",
            "name": "Houston Texans",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/650fce29-85c6-43c8-bcb3-307f3de21fbd/?format=api"
        },
        {
            "id": "eb23310a-97f7-4ca7-8aaf-7612968ea658",
            "gambit_id": "d803210b-173b-419e-a17c-2fbf33096dc1",
            "last_updated": "2023-12-11T19:43:21.895431-05:00",
            "created_at": "2023-12-06T09:18:05.617975-05:00",
            "name": "New York Jets",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/650fce29-85c6-43c8-bcb3-307f3de21fbd/?format=api"
        }
    ]
}