GET /api/bet_types/08a6ca39-dd42-46da-a345-551acb837342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08a6ca39-dd42-46da-a345-551acb837342",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9c74417-d1d9-408a-a2a3-84eef4097a27/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-05T09:13:16.036781-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 8",
                "amount": 5094.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ed024d9-c7a7-481e-a837-0c2283b83a27",
            "gambit_id": "8fc0ba1f-aed2-416c-9458-2282bac71185",
            "last_updated": "2023-10-08T17:18:02.872025-04:00",
            "created_at": "2023-10-05T09:13:16.042409-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a6ca39-dd42-46da-a345-551acb837342/?format=api"
        },
        {
            "id": "7243d9f0-8acc-46ec-a9d4-e3e945a97498",
            "gambit_id": "c029dbb5-2516-4e2e-bcc7-4de98d1234be",
            "last_updated": "2023-10-08T17:18:02.875886-04:00",
            "created_at": "2023-10-05T09:13:16.046586-04:00",
            "name": "Game Total Under 8",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08a6ca39-dd42-46da-a345-551acb837342/?format=api"
        }
    ]
}