GET /api/bet_types/efb27e44-0ea7-46f2-87dc-5da0e62b4d7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efb27e44-0ea7-46f2-87dc-5da0e62b4d7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8973cc55-7b8e-429d-b080-31302422db84/?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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cc9d6f1-925c-4655-bb33-e110d49d27c0",
            "gambit_id": "cdb7577d-450f-4124-8524-35f380c6e421",
            "last_updated": "2022-10-31T10:22:22.102489-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb27e44-0ea7-46f2-87dc-5da0e62b4d7c/?format=api"
        },
        {
            "id": "37faa48f-d147-410f-ba90-bdd77a553942",
            "gambit_id": "4f059cf2-fedd-4416-b27e-bac6f57e91a3",
            "last_updated": "2022-10-31T10:22:22.103743-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb27e44-0ea7-46f2-87dc-5da0e62b4d7c/?format=api"
        }
    ]
}