GET /api/bet_types/21a6449a-3854-4762-aae5-a010c422463f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21a6449a-3854-4762-aae5-a010c422463f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8485bcdf-aab9-4e07-a8b8-64265e92c4c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-04T09:48:06.381808-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 Over 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "36152f0b-eb92-4d09-b8f3-07e00217b10a",
            "gambit_id": "4da13b81-cb40-4d62-a7e4-9ea12bafd910",
            "last_updated": "2023-09-05T17:13:00.985943-04:00",
            "created_at": "2023-09-04T09:48:06.386941-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a6449a-3854-4762-aae5-a010c422463f/?format=api"
        },
        {
            "id": "9b575c59-bb19-4784-ba50-671586afad48",
            "gambit_id": "8ef5224b-c770-429a-9611-82d12df2cda9",
            "last_updated": "2023-09-05T17:13:00.989589-04:00",
            "created_at": "2023-09-04T09:48:06.391770-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a6449a-3854-4762-aae5-a010c422463f/?format=api"
        }
    ]
}