GET /api/bet_types/ce469c04-c003-4203-918c-ff28442408ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce469c04-c003-4203-918c-ff28442408ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4de1baa-ba99-45ff-ab6b-541ad7fcbb2c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T09:42:59.598615-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e557515d-43a2-44bb-a845-e42ac7b4d90d",
            "gambit_id": "58831253-ba47-4128-8b50-931e203af5ae",
            "last_updated": "2023-09-11T09:08:28.733823-04:00",
            "created_at": "2023-09-09T09:42:59.605995-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce469c04-c003-4203-918c-ff28442408ab/?format=api"
        },
        {
            "id": "5d14c573-1c3a-4c2f-ac39-852e6219da33",
            "gambit_id": "ccd33e21-cfc3-4bce-bc6a-35c654629751",
            "last_updated": "2023-09-11T09:08:28.730274-04:00",
            "created_at": "2023-09-09T09:42:59.602123-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce469c04-c003-4203-918c-ff28442408ab/?format=api"
        }
    ]
}