GET /api/bet_types/5d88c007-ec20-462b-a4ef-4a2ac855e374/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d88c007-ec20-462b-a4ef-4a2ac855e374",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4c0f47a-1089-4122-a0fe-55a504d29b63/?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": "HOU (J Verlander)",
                "amount": 6016.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 3984.0
            }
        ],
        "expected_reward_tokens": 9203.04,
        "profit_sb": 203.04,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "0b6fac75-03fe-4660-874c-5f3e26b86be2",
            "gambit_id": "509de0b8-890c-49c4-961b-08d3dabfb2a1",
            "last_updated": "2022-09-29T10:22:29.817956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Verlander)",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d88c007-ec20-462b-a4ef-4a2ac855e374/?format=api"
        },
        {
            "id": "3ef3735f-540d-4a85-93af-d875b6282211",
            "gambit_id": "d72c9ccd-6d63-45d0-ab15-7743985428a5",
            "last_updated": "2022-09-29T10:22:29.818949-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.31000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d88c007-ec20-462b-a4ef-4a2ac855e374/?format=api"
        }
    ]
}