GET /api/bet_types/33ac4e75-319f-480f-b11c-450b1c660ce0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33ac4e75-319f-480f-b11c-450b1c660ce0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9aab14c-8907-4467-8fd1-99e2c3b12663/?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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "a819eb0e-7702-4ccb-a632-df6a387045b8",
            "gambit_id": "7b367191-d335-4859-abfd-1b50ae3a2063",
            "last_updated": "2022-12-22T10:32:28.941692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ac4e75-319f-480f-b11c-450b1c660ce0/?format=api"
        },
        {
            "id": "9e04004f-0c20-4fb6-be16-9e0053aaa587",
            "gambit_id": "0fe348b4-e6a1-4233-afbf-a4c8c7680a24",
            "last_updated": "2022-12-22T10:32:28.940565-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ac4e75-319f-480f-b11c-450b1c660ce0/?format=api"
        }
    ]
}