GET /api/bet_types/6924396a-53fa-4fa3-9718-415a9f9ec25b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6924396a-53fa-4fa3-9718-415a9f9ec25b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4496b26-57d6-4da3-9e03-45770e62c941/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:17.222068-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": "Calgary Flames",
                "amount": 5577.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b26778c6-6239-412c-925a-4942053b3aa3",
            "gambit_id": "2fdb2f99-8e32-47ab-be4d-55e66ff81bcf",
            "last_updated": "2022-12-28T21:42:14.521251-05:00",
            "created_at": "2022-12-27T08:57:17.223203-05:00",
            "name": "Calgary Flames",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6924396a-53fa-4fa3-9718-415a9f9ec25b/?format=api"
        },
        {
            "id": "087c10fc-12d6-48e4-97de-fd0a9acf3ece",
            "gambit_id": "2946e2be-f4dc-4785-a2c2-4e2373876e13",
            "last_updated": "2022-12-28T21:42:14.522431-05:00",
            "created_at": "2022-12-27T08:57:17.224362-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6924396a-53fa-4fa3-9718-415a9f9ec25b/?format=api"
        }
    ]
}