GET /api/bet_types/9968d3f7-5aa8-41a5-ac06-46aa738b28d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9968d3f7-5aa8-41a5-ac06-46aa738b28d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8156f605-ddb9-4008-857c-bb46893f737d/?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 8",
                "amount": 5109.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "0997eec8-9a2e-437a-a8bd-17f45c7937a5",
            "gambit_id": "c8656e97-b4cc-4cf3-9d06-ff2169730567",
            "last_updated": "2022-08-13T10:52:08.993802-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9968d3f7-5aa8-41a5-ac06-46aa738b28d3/?format=api"
        },
        {
            "id": "731329d6-d8a6-467c-a61f-b8fef97580c2",
            "gambit_id": "33d44861-5241-4021-9a97-067d54290de4",
            "last_updated": "2022-08-13T10:52:08.994312-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9968d3f7-5aa8-41a5-ac06-46aa738b28d3/?format=api"
        }
    ]
}