GET /api/bet_types/5b876732-0fe0-452b-a244-902b04c7900c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b876732-0fe0-452b-a244-902b04c7900c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7c6ae11-96e6-47fb-9834-e45284320a17/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:12.202680-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 6.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7e6eed6-fa86-49a8-be26-c2d2bb0e3644",
            "gambit_id": "902226ad-ba87-4770-b0ca-255704754909",
            "last_updated": "2023-03-15T13:52:01.026919-04:00",
            "created_at": "2023-03-14T09:37:12.204147-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b876732-0fe0-452b-a244-902b04c7900c/?format=api"
        },
        {
            "id": "36d9fb4f-25ad-4f4f-a6c3-e18cea531c77",
            "gambit_id": "dc7a26bb-5782-48d0-b9d1-7ca07d744eef",
            "last_updated": "2023-03-15T13:52:01.028085-04:00",
            "created_at": "2023-03-14T09:37:12.205500-04:00",
            "name": "Game Total Over 6.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b876732-0fe0-452b-a244-902b04c7900c/?format=api"
        }
    ]
}