GET /api/bet_types/58816b07-0b32-441b-bd9f-8a0bfb16b349/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58816b07-0b32-441b-bd9f-8a0bfb16b349",
    "match": "https://api-prod.gambitprofit.com/api/matches/81a52ce3-3093-489f-a375-55f3af88fb40/?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": "Miami Heat",
                "amount": 7271.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 2729.0
            }
        ],
        "expected_reward_tokens": 9524.21,
        "profit_sb": 24.21,
        "profit_sb_percentage": 0.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "4911116b-eb29-4c90-b291-ba3829adf705",
            "gambit_id": "bfac8054-a8c9-4b77-b2b0-67a7be770b98",
            "last_updated": "2022-10-20T09:37:00.004714-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58816b07-0b32-441b-bd9f-8a0bfb16b349/?format=api"
        },
        {
            "id": "3c20f168-34bf-4f39-9c5d-2b8c3224922e",
            "gambit_id": "ea342b04-09cf-494a-838f-3b2b1f31ecd1",
            "last_updated": "2022-10-20T09:37:00.005886-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "3.49000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58816b07-0b32-441b-bd9f-8a0bfb16b349/?format=api"
        }
    ]
}