GET /api/bet_types/59cec77e-92c1-440a-9c43-e1d5374268fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59cec77e-92c1-440a-9c43-e1d5374268fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec761c47-604f-44a7-9867-3964cb8e01df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-13T09:22:02.808609-04: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": "Memphis Grizzlies",
                "amount": 6241.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "facdfb68-88f7-4472-bd53-18ad15676c9a",
            "gambit_id": "bda9467d-e811-4a52-b192-624ee9e00528",
            "last_updated": "2023-03-14T12:27:14.686966-04:00",
            "created_at": "2023-03-13T09:22:02.812382-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59cec77e-92c1-440a-9c43-e1d5374268fb/?format=api"
        },
        {
            "id": "43bb6b34-043c-42b2-b99d-f87f7b5e4476",
            "gambit_id": "394ad328-d731-4967-ad75-2854758e5d3f",
            "last_updated": "2023-03-14T12:27:14.685601-04:00",
            "created_at": "2023-03-13T09:22:02.810514-04:00",
            "name": "Dallas Mavericks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59cec77e-92c1-440a-9c43-e1d5374268fb/?format=api"
        }
    ]
}