GET /api/bet_types/05d45962-af70-4d4a-8b02-fbf66c6af3d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05d45962-af70-4d4a-8b02-fbf66c6af3d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2367a08c-0f93-4788-a8de-d27eb36c2d68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:07:15.289034-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": "Vancouver Canucks",
                "amount": 5316.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "58c7c5f1-dda8-44ac-b01d-d1a85ab23b00",
            "gambit_id": "58dab655-5b46-4177-86f3-65d5f24cda82",
            "last_updated": "2023-02-19T15:57:15.469765-05:00",
            "created_at": "2023-02-18T09:07:15.290344-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d45962-af70-4d4a-8b02-fbf66c6af3d5/?format=api"
        },
        {
            "id": "44d1b8fd-1a79-4327-ba63-094cbb469f50",
            "gambit_id": "0b6611fe-abe0-4e14-b39e-fdf008c6032b",
            "last_updated": "2023-02-19T15:57:15.470992-05:00",
            "created_at": "2023-02-18T09:07:15.291702-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d45962-af70-4d4a-8b02-fbf66c6af3d5/?format=api"
        }
    ]
}