GET /api/bet_types/aef286ff-4459-43a6-a591-38c1dfb09291/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aef286ff-4459-43a6-a591-38c1dfb09291",
    "match": "https://api-prod.gambitprofit.com/api/matches/7fc909dd-c146-4377-bddb-3e5aa4c96ee1/?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": "CWS",
                "amount": 5097.0
            },
            {
                "team": "DET",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8e472c9-8024-446b-8ae2-0e2b084c6dd0",
            "gambit_id": "74a76a9a-8661-4520-a2b0-6af3dd5abd8e",
            "last_updated": "2022-09-26T10:27:12.397602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aef286ff-4459-43a6-a591-38c1dfb09291/?format=api"
        },
        {
            "id": "6c01e1c7-5a4a-45cf-a3ac-cbba17fbb098",
            "gambit_id": "317a5325-5a27-4d3d-9b7e-3d01a35dc7f4",
            "last_updated": "2022-09-26T10:27:12.396465-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aef286ff-4459-43a6-a591-38c1dfb09291/?format=api"
        }
    ]
}