GET /api/bet_types/61d775d8-f926-4c3f-b3d4-a5d06865b1ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61d775d8-f926-4c3f-b3d4-a5d06865b1ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/e82a0984-2980-48ca-95ee-8d56377026ea/?format=api",
    "name": "Play the Odds",
    "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": "PIT",
                "amount": 5979.0
            },
            {
                "team": "CIN",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9207.66,
        "profit_sb": 207.66,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "9db9318f-898e-4b51-b45b-580a519cef8f",
            "gambit_id": "f58deda2-b32d-4080-b96d-bce0da7873b9",
            "last_updated": "2022-09-14T10:32:07.904380-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61d775d8-f926-4c3f-b3d4-a5d06865b1ca/?format=api"
        },
        {
            "id": "9e490003-2465-4483-84e3-d4a8587961a6",
            "gambit_id": "4d01a2b0-1a0f-4ab0-8b5f-8fa18029bde6",
            "last_updated": "2022-09-14T10:32:07.903436-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.29000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61d775d8-f926-4c3f-b3d4-a5d06865b1ca/?format=api"
        }
    ]
}