GET /api/bet_types/ca80cb41-ebab-4e07-963e-27ad0bf497cc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca80cb41-ebab-4e07-963e-27ad0bf497cc",
    "match": "https://api-prod.gambitprofit.com/api/matches/beb6b328-7475-4171-926c-92e4206cffb6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T08:23:00.213347-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": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "63d74208-2e41-433a-84cf-0796e1c40d45",
            "gambit_id": "f9a6efc5-1f42-4e76-955f-5a2896a8c345",
            "last_updated": "2023-06-23T21:38:01.616971-04:00",
            "created_at": "2023-06-16T08:23:00.216463-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca80cb41-ebab-4e07-963e-27ad0bf497cc/?format=api"
        },
        {
            "id": "8e0a0557-700d-4e8a-b555-c0beeffe9b45",
            "gambit_id": "c241135e-10bf-4f19-b61e-5aea56940ed7",
            "last_updated": "2023-06-23T21:38:01.615140-04:00",
            "created_at": "2023-06-16T08:23:00.214957-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca80cb41-ebab-4e07-963e-27ad0bf497cc/?format=api"
        }
    ]
}