GET /api/bet_types/80cc8210-adbf-474e-b3e2-0cf3f0f32ba6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80cc8210-adbf-474e-b3e2-0cf3f0f32ba6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2dd389-d919-4033-b289-73b06fa44dff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:10.561578-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 Timberwolves",
                "amount": 6324.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfd3c6a1-9805-4c57-8673-ef050437a2f3",
            "gambit_id": "d066bf42-4710-4421-b465-20140424d343",
            "last_updated": "2024-02-07T01:53:02.334621-05:00",
            "created_at": "2024-02-06T09:08:10.565958-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80cc8210-adbf-474e-b3e2-0cf3f0f32ba6/?format=api"
        },
        {
            "id": "288e531a-c24d-4362-8808-e8559aeaaa58",
            "gambit_id": "bd1e64d1-e9fe-42b2-b901-22724a687d7f",
            "last_updated": "2024-02-07T01:53:02.337893-05:00",
            "created_at": "2024-02-06T09:08:10.570872-05:00",
            "name": "Chicago Bulls",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80cc8210-adbf-474e-b3e2-0cf3f0f32ba6/?format=api"
        }
    ]
}