GET /api/bet_types/38edd525-11a7-46c2-8ebc-877f8db74ad7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38edd525-11a7-46c2-8ebc-877f8db74ad7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1bb5ba2c-9ec0-429e-b855-83312499f855/?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 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8d1babf-f4d1-46ff-af7d-ce803750a5e1",
            "gambit_id": "692e84e3-ab24-470b-b56c-fccad6349279",
            "last_updated": "2022-12-03T09:52:34.942697-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 241",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38edd525-11a7-46c2-8ebc-877f8db74ad7/?format=api"
        },
        {
            "id": "14fa0cb0-e886-434a-86ce-a23865bc45a8",
            "gambit_id": "5c8e78d0-afec-43cd-b894-7f8f455cc383",
            "last_updated": "2022-12-03T09:52:34.943910-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 241",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38edd525-11a7-46c2-8ebc-877f8db74ad7/?format=api"
        }
    ]
}