GET /api/bet_types/bb8a5dcd-f228-4894-acc0-27cb2bd44cd9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb8a5dcd-f228-4894-acc0-27cb2bd44cd9",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c9b5816-3d1d-4197-90dc-f6fb152a9710/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:58:18.244415-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": "Carolina Hurricanes",
                "amount": 6643.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "b398aea1-82c5-47de-9c87-d2a6187aa809",
            "gambit_id": "3ff0f24c-24fa-47b2-9f69-d11c4600275a",
            "last_updated": "2023-12-19T10:08:19.697814-05:00",
            "created_at": "2023-12-17T09:58:18.260848-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb8a5dcd-f228-4894-acc0-27cb2bd44cd9/?format=api"
        },
        {
            "id": "30d97fb3-df5b-47d8-95ba-7daf9d673215",
            "gambit_id": "93f92113-c911-4ca8-ad3a-5be5a038ae7f",
            "last_updated": "2023-12-19T10:08:19.694378-05:00",
            "created_at": "2023-12-17T09:58:18.248390-05:00",
            "name": "Washington Capitals",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb8a5dcd-f228-4894-acc0-27cb2bd44cd9/?format=api"
        }
    ]
}