GET /api/bet_types/8c5a234c-0fff-480d-a004-75deeb1638bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c5a234c-0fff-480d-a004-75deeb1638bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/dea859da-f75d-434b-8fb0-5650f21ee5ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-07T09:41:57.558309-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": "Dallas Mavericks",
                "amount": 8040.0
            },
            {
                "team": "Utah Jazz",
                "amount": 1960.0
            }
        ],
        "expected_reward_tokens": 9486.4,
        "profit_sb": -13.6,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ce937b7-f6fc-4a28-9c7d-918008421535",
            "gambit_id": "c19e178b-0f2c-4d54-8471-f21d21cdf592",
            "last_updated": "2023-03-08T09:31:57.166767-05:00",
            "created_at": "2023-03-07T09:41:57.559669-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.18000",
            "odds": "1.18870",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c5a234c-0fff-480d-a004-75deeb1638bf/?format=api"
        },
        {
            "id": "aa9c2805-5479-4d5f-9eac-7a02c47d07a7",
            "gambit_id": "9458338f-607c-48f4-90c6-7a1a7729fb6b",
            "last_updated": "2023-03-08T09:31:57.167876-05:00",
            "created_at": "2023-03-07T09:41:57.561125-05:00",
            "name": "Utah Jazz",
            "reward": "4.84000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c5a234c-0fff-480d-a004-75deeb1638bf/?format=api"
        }
    ]
}