GET /api/bet_types/4acfe44a-72fb-4408-b464-1375eda1bfb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4acfe44a-72fb-4408-b464-1375eda1bfb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2aa0f12d-439f-4eb6-84ac-9d8f6998a340/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:57.252818-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": "Minnesota Wild",
                "amount": 6667.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "9be6fd22-f527-42e5-b838-15d19ae03f7a",
            "gambit_id": "a3a0c820-2d28-4feb-bb3a-d5cc64237d07",
            "last_updated": "2023-01-27T10:17:15.040042-05:00",
            "created_at": "2023-01-26T10:56:57.254323-05:00",
            "name": "Minnesota Wild",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4acfe44a-72fb-4408-b464-1375eda1bfb9/?format=api"
        },
        {
            "id": "aeea4f99-dcd5-4728-b13d-28d5163c9f4f",
            "gambit_id": "a9f23460-961c-4039-b478-ce8506d6ef20",
            "last_updated": "2023-01-27T10:17:15.041251-05:00",
            "created_at": "2023-01-26T10:56:57.255988-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4acfe44a-72fb-4408-b464-1375eda1bfb9/?format=api"
        }
    ]
}