GET /api/bet_types/38ba745e-8bd1-44a6-996a-c5133d65ee16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38ba745e-8bd1-44a6-996a-c5133d65ee16",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee729a18-ab44-4004-af46-63b454e0a108/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:25.473909-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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "46097e7f-20ac-4b04-8809-20fcd4dea768",
            "gambit_id": "d5d8cfd8-c8a8-41f7-9086-c982546a2aa1",
            "last_updated": "2023-07-17T09:08:02.946536-04:00",
            "created_at": "2023-07-14T09:13:25.476897-04:00",
            "name": "Game Total Under 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ba745e-8bd1-44a6-996a-c5133d65ee16/?format=api"
        },
        {
            "id": "6f3d2908-86ba-4974-9810-ccefa567bc3f",
            "gambit_id": "d4533247-d4f2-46e0-8865-6658022b29a9",
            "last_updated": "2023-07-17T09:08:02.945232-04:00",
            "created_at": "2023-07-14T09:13:25.475336-04:00",
            "name": "Game Total Over 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38ba745e-8bd1-44a6-996a-c5133d65ee16/?format=api"
        }
    ]
}