GET /api/bet_types/8020775e-01b3-4542-a203-7367bbbb75d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8020775e-01b3-4542-a203-7367bbbb75d0",
    "match": "https://api-prod.gambitprofit.com/api/matches/530cd3f0-ede9-42b0-82e7-a35d03866136/?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": "Game Total Over 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "79cfd5ea-66ce-41f7-a92f-1da55f117982",
            "gambit_id": "82c804d5-1aad-404c-a491-88ae67e6ab42",
            "last_updated": "2022-10-29T10:32:12.117860-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8020775e-01b3-4542-a203-7367bbbb75d0/?format=api"
        },
        {
            "id": "ac735577-7e8c-4f5a-9da4-71ae86b75fb0",
            "gambit_id": "09efaade-3789-48ca-8f43-eb8ca7c0aefe",
            "last_updated": "2022-10-29T10:32:12.116765-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8020775e-01b3-4542-a203-7367bbbb75d0/?format=api"
        }
    ]
}