GET /api/bet_types/186c13c7-933d-4a88-a2d0-e8361eb7cfdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "186c13c7-933d-4a88-a2d0-e8361eb7cfdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/efcc7161-a0c6-4235-8256-1194eec131b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T08:58:08.647872-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "47a27162-6751-4bfe-a4da-6de4cbb07bcc",
            "gambit_id": "59c4d217-2a8e-4d14-af0c-1765b912bde0",
            "last_updated": "2023-06-26T10:33:17.659044-04:00",
            "created_at": "2023-06-24T08:58:08.650260-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/186c13c7-933d-4a88-a2d0-e8361eb7cfdd/?format=api"
        },
        {
            "id": "f207ff71-2b12-497b-a0d1-974135e86a0b",
            "gambit_id": "cdd202f3-5a4e-4e63-a485-1ff88edbf1bb",
            "last_updated": "2023-06-26T10:33:17.660694-04:00",
            "created_at": "2023-06-24T08:58:08.652643-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/186c13c7-933d-4a88-a2d0-e8361eb7cfdd/?format=api"
        }
    ]
}