GET /api/bet_types/98792e66-6ac1-4b2d-b415-365e039e6e04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "98792e66-6ac1-4b2d-b415-365e039e6e04",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba76917a-45ef-44c1-9ca1-f53739244c20/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:03.014336-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": "Game Total Over 6.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "345e4a12-3ef0-4eaf-9965-ffc6b2b12422",
            "gambit_id": "9093777e-46bc-450c-ad3f-7f05aa92c867",
            "last_updated": "2023-11-15T20:08:23.848187-05:00",
            "created_at": "2023-11-14T09:13:03.018496-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98792e66-6ac1-4b2d-b415-365e039e6e04/?format=api"
        },
        {
            "id": "c02248fd-90ad-4bb6-a5de-6b6cb1b3e99b",
            "gambit_id": "e300bcd9-7416-4e9f-9acc-75cb07fd1ece",
            "last_updated": "2023-11-15T20:08:23.851416-05:00",
            "created_at": "2023-11-14T09:13:03.023928-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98792e66-6ac1-4b2d-b415-365e039e6e04/?format=api"
        }
    ]
}