GET /api/bet_types/3e07b739-b68b-48c2-bbf2-ac45ef8e027e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e07b739-b68b-48c2-bbf2-ac45ef8e027e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c39452ee-4a9b-4449-973a-0610d951d94c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-31T09:02:01.127747-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": "Cleveland Cavaliers",
                "amount": 5934.0
            },
            {
                "team": "Miami Heat",
                "amount": 4066.0
            }
        ],
        "expected_reward_tokens": 9433.12,
        "profit_sb": -66.88,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "d82c5ae6-5b1d-4582-b22f-ba6086673fab",
            "gambit_id": "2be37b67-acce-4dcd-851a-e569c32b3013",
            "last_updated": "2023-02-01T09:46:50.683476-05:00",
            "created_at": "2023-01-31T09:02:01.129354-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e07b739-b68b-48c2-bbf2-ac45ef8e027e/?format=api"
        },
        {
            "id": "216668c2-a2bd-4bfe-bd34-28cea14789cf",
            "gambit_id": "7e1f92e9-6b6c-4a5d-bc4b-243cce01a8b6",
            "last_updated": "2023-02-01T09:46:50.684783-05:00",
            "created_at": "2023-01-31T09:02:01.131125-05:00",
            "name": "Miami Heat",
            "reward": "2.32000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e07b739-b68b-48c2-bbf2-ac45ef8e027e/?format=api"
        }
    ]
}