GET /api/bet_types/d404449a-3e1e-401a-b196-419d5d881293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d404449a-3e1e-401a-b196-419d5d881293",
    "match": "https://api-prod.gambitprofit.com/api/matches/eea5fde9-66c1-4334-b835-f4a7a900bd9a/?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": "Washington",
                "amount": 8053.0
            },
            {
                "team": "Arizona State",
                "amount": 1947.0
            }
        ],
        "expected_reward_tokens": 9501.36,
        "profit_sb": 1.36,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "3de19892-599e-4b13-bb8b-39073611d0f1",
            "gambit_id": "a339bb98-e077-4296-8e7b-8af3c0533546",
            "last_updated": "2022-10-11T11:17:03.311230-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d404449a-3e1e-401a-b196-419d5d881293/?format=api"
        },
        {
            "id": "b1c11eb6-534a-47e2-9b62-b8c47667ff78",
            "gambit_id": "8287bb0c-6de1-4755-bc4a-1478d780cf38",
            "last_updated": "2022-10-11T11:17:03.310262-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "4.88000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d404449a-3e1e-401a-b196-419d5d881293/?format=api"
        }
    ]
}