GET /api/bet_types/4d635825-e535-4b3a-8c1e-49be07574f9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d635825-e535-4b3a-8c1e-49be07574f9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/158a87ab-ae4b-4445-80c2-b41889ca5306/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:25.877193-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b4a3f42-3264-4213-a36f-1eeeae338221",
            "gambit_id": "8e37b3a2-ddd2-40e3-b74c-9e1b0851fed4",
            "last_updated": "2023-07-17T09:03:00.353557-04:00",
            "created_at": "2023-07-14T09:13:25.878663-04:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d635825-e535-4b3a-8c1e-49be07574f9c/?format=api"
        },
        {
            "id": "adde6f17-533e-491c-af30-338db2582010",
            "gambit_id": "4ee39164-a232-48b8-a94f-2b986c173235",
            "last_updated": "2023-07-17T09:03:00.354816-04:00",
            "created_at": "2023-07-14T09:13:25.880372-04:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d635825-e535-4b3a-8c1e-49be07574f9c/?format=api"
        }
    ]
}