GET /api/bet_types/00dbfb22-782c-4d77-bf04-e8a9bf7fc725/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00dbfb22-782c-4d77-bf04-e8a9bf7fc725",
    "match": "https://api-prod.gambitprofit.com/api/matches/25766aa5-ef8d-4b12-962b-6f4c156dcf85/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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 Orleans Pelicans",
                "amount": 7500.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "a32f5fbf-bf58-4dba-8474-3951e46c7779",
            "gambit_id": "26c90eee-ab75-41ec-b4a0-b58ee63ceab6",
            "last_updated": "2022-10-24T11:47:20.456250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dbfb22-782c-4d77-bf04-e8a9bf7fc725/?format=api"
        },
        {
            "id": "2d796729-2dbe-497b-bde5-61c4e525d31e",
            "gambit_id": "bb69997e-620c-45e0-bd89-c242af0fceba",
            "last_updated": "2022-10-24T11:47:20.457221-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dbfb22-782c-4d77-bf04-e8a9bf7fc725/?format=api"
        }
    ]
}