GET /api/bet_types/07331e6e-278f-47d3-8695-bebdab0d14e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07331e6e-278f-47d3-8695-bebdab0d14e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1cd03aa1-106f-4d56-af1d-30c40bb251db/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-09T08:43:19.796256-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3716cdd4-092e-40c9-a682-eaf4b0031ffa",
            "gambit_id": "b4bea0c6-e282-401f-96d5-5b41cc277ec0",
            "last_updated": "2023-07-10T18:23:17.333716-04:00",
            "created_at": "2023-07-09T08:43:19.800808-04:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07331e6e-278f-47d3-8695-bebdab0d14e2/?format=api"
        },
        {
            "id": "02894b69-670e-43bf-bb45-f98c044d427f",
            "gambit_id": "e70d28d8-0d84-4395-8f8c-2ac9c602c82c",
            "last_updated": "2023-07-10T18:23:17.332348-04:00",
            "created_at": "2023-07-09T08:43:19.798320-04:00",
            "name": "Game Total Over 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07331e6e-278f-47d3-8695-bebdab0d14e2/?format=api"
        }
    ]
}