GET /api/bet_types/c458263d-0646-441b-ba7e-493c0093ce3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c458263d-0646-441b-ba7e-493c0093ce3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d59da0-e2c9-4068-89b8-249922041fad/?format=api",
    "name": "Over/Under",
    "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": "Total Rounds Over 1.5",
                "amount": 5378.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 8873.7,
        "profit_sb": -126.3,
        "profit_sb_percentage": -1.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "525b7418-27f0-48b1-a833-c9681c788ea0",
            "gambit_id": "22bdb5c1-e572-4d09-919b-27f4ec3af762",
            "last_updated": "2022-09-19T09:52:29.226433-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c458263d-0646-441b-ba7e-493c0093ce3e/?format=api"
        },
        {
            "id": "e0d53295-9e17-450d-9f21-7d15f4a4e1a7",
            "gambit_id": "6e7a6d2f-1f6f-4851-a9d4-0c6e729d01df",
            "last_updated": "2022-09-19T09:52:29.225294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c458263d-0646-441b-ba7e-493c0093ce3e/?format=api"
        }
    ]
}