GET /api/bet_types/d3238ab0-0fc8-459f-910c-0a63fa179e6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3238ab0-0fc8-459f-910c-0a63fa179e6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac125847-8304-43a8-86cf-3b77aa88e48e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-10T09:38:07.075800-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "df9c3ec5-a8f3-41cf-aae2-e2ef1343c9d6",
            "gambit_id": "36c1374b-cb44-4654-a81f-bff62af31094",
            "last_updated": "2023-06-11T11:13:01.402667-04:00",
            "created_at": "2023-06-10T09:38:07.080899-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3238ab0-0fc8-459f-910c-0a63fa179e6a/?format=api"
        },
        {
            "id": "6f367935-9833-4972-aa9d-a44ccf42d21d",
            "gambit_id": "4e8e4a52-54fe-4dc7-856d-8e2dfc18c297",
            "last_updated": "2023-06-11T11:13:01.400864-04:00",
            "created_at": "2023-06-10T09:38:07.077948-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3238ab0-0fc8-459f-910c-0a63fa179e6a/?format=api"
        }
    ]
}