GET /api/bet_types/7bb6a530-a343-48b8-a7ce-142cdc85a6f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bb6a530-a343-48b8-a7ce-142cdc85a6f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb19bc5-812f-43f3-b112-2f8fb985067f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:54.369896-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 Capitals",
                "amount": 6099.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "f784cf43-4f39-4402-a7fa-6e2a2693a203",
            "gambit_id": "d8fd0671-9624-478b-81f3-99464e313ded",
            "last_updated": "2022-12-25T18:07:05.346010-05:00",
            "created_at": "2022-12-23T09:06:54.371039-05:00",
            "name": "Washington Capitals",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb6a530-a343-48b8-a7ce-142cdc85a6f4/?format=api"
        },
        {
            "id": "da73f3d3-b761-43cc-b6ab-de10d9b8a255",
            "gambit_id": "84747c94-990e-435a-8995-9ac271632663",
            "last_updated": "2022-12-25T18:07:05.347090-05:00",
            "created_at": "2022-12-23T09:06:54.372227-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bb6a530-a343-48b8-a7ce-142cdc85a6f4/?format=api"
        }
    ]
}