GET /api/bet_types/875d6d6d-49f0-4659-90ef-f1de3beec045/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "875d6d6d-49f0-4659-90ef-f1de3beec045",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef30a471-426b-4846-856f-b9aa8b9b6757/?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 Under 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "8750e363-bd91-4498-a720-a51dfd457d69",
            "gambit_id": "8aac3d11-2dd2-4fa3-a1b1-e773521135ad",
            "last_updated": "2022-11-09T09:43:00.296459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/875d6d6d-49f0-4659-90ef-f1de3beec045/?format=api"
        },
        {
            "id": "193899fc-ae21-4662-bd62-35eb05d87d88",
            "gambit_id": "c94d4888-7c92-494f-a6ec-30afcf0633d0",
            "last_updated": "2022-11-09T09:43:00.297530-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/875d6d6d-49f0-4659-90ef-f1de3beec045/?format=api"
        }
    ]
}