GET /api/bet_types/2c82e44a-2b14-4cbb-95c4-468de7f6a2a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c82e44a-2b14-4cbb-95c4-468de7f6a2a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f6d87c5-708a-4ab9-b816-9a83dfbc0606/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-23T09:48:11.303169-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7278f5fc-a92a-406a-b3ee-08a96e864495",
            "gambit_id": "3b6091e8-2127-43a8-9827-7e32791510a4",
            "last_updated": "2023-09-25T14:28:22.681511-04:00",
            "created_at": "2023-09-23T09:48:11.307148-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c82e44a-2b14-4cbb-95c4-468de7f6a2a0/?format=api"
        },
        {
            "id": "3fa189fd-b4ab-4887-bd09-8288cac7e5ec",
            "gambit_id": "ceb49c45-426f-4f18-ac09-2c3be1850aa0",
            "last_updated": "2023-09-25T14:28:22.684752-04:00",
            "created_at": "2023-09-23T09:48:11.311617-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c82e44a-2b14-4cbb-95c4-468de7f6a2a0/?format=api"
        }
    ]
}