GET /api/bet_types/75f33681-5f71-4f7e-9ea9-9c93b05693d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75f33681-5f71-4f7e-9ea9-9c93b05693d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/f213c994-2e9d-4ff7-b2be-b2f4e80f54ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-03T00:23:14.735127-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fdc261df-9f27-4689-ab6c-aa9ba3a31ca1",
            "gambit_id": "56586038-14a1-46ce-aa37-90af5f757ae7",
            "last_updated": "2023-09-05T10:33:08.209265-04:00",
            "created_at": "2023-09-03T00:23:14.747113-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75f33681-5f71-4f7e-9ea9-9c93b05693d3/?format=api"
        },
        {
            "id": "eaadab8d-e8c3-4caf-825b-b6302c473585",
            "gambit_id": "8bffd619-f7a9-4ff9-987b-421f96f879ae",
            "last_updated": "2023-09-05T10:33:08.212747-04:00",
            "created_at": "2023-09-03T00:23:14.741111-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75f33681-5f71-4f7e-9ea9-9c93b05693d3/?format=api"
        }
    ]
}