GET /api/bet_types/0d5fe746-55d9-40d4-b901-a0a95cf679ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d5fe746-55d9-40d4-b901-a0a95cf679ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b866136-9e7e-4065-b1c9-ff33c03f41a2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:56.235783-04: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": "Game Total Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "eeb9ec70-4cdf-4386-85e9-e70c41e6ae75",
            "gambit_id": "586e1c1b-a510-4a93-9f4a-dbfdec224431",
            "last_updated": "2023-05-22T13:27:21.831775-04:00",
            "created_at": "2023-05-20T10:51:56.238236-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5fe746-55d9-40d4-b901-a0a95cf679ad/?format=api"
        },
        {
            "id": "69c56adb-8a12-4251-b864-43491bfe8027",
            "gambit_id": "e84232ee-0a21-4503-a15c-e9c597ccf74d",
            "last_updated": "2023-05-22T13:27:21.833073-04:00",
            "created_at": "2023-05-20T10:51:56.240658-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d5fe746-55d9-40d4-b901-a0a95cf679ad/?format=api"
        }
    ]
}