GET /api/bet_types/ec68fa5c-ddf7-4324-920c-63cee9702727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec68fa5c-ddf7-4324-920c-63cee9702727",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e771ac6-e40d-4076-be37-1926c89a6e79/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Atlanta Hawks",
                "amount": 7323.0
            },
            {
                "team": "Orlando Magic",
                "amount": 2677.0
            }
        ],
        "expected_reward_tokens": 9153.75,
        "profit_sb": 153.75,
        "profit_sb_percentage": 1.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b4a6877-1873-4dcf-bdaa-39199e0af535",
            "gambit_id": "d87b080b-4616-4cf6-82da-0d130f0f2384",
            "last_updated": "2022-12-20T15:52:20.974627-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec68fa5c-ddf7-4324-920c-63cee9702727/?format=api"
        },
        {
            "id": "a0374cb2-45f7-4b75-b094-3c99336da91d",
            "gambit_id": "438f9b2b-ff0e-4b06-9dfc-d37747be38b0",
            "last_updated": "2022-12-20T15:52:20.975730-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "3.42000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec68fa5c-ddf7-4324-920c-63cee9702727/?format=api"
        }
    ]
}