GET /api/bet_types/fe45d988-404c-4f52-b864-250157b301e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fe45d988-404c-4f52-b864-250157b301e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3908e9fb-9ca5-42ef-975a-fe12265c6399/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-20T09:13:19.608714-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": "Total Rounds Over 1.5",
                "amount": 6036.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3964.0
            }
        ],
        "expected_reward_tokens": 9235.08,
        "profit_sb": -264.92,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dc5fd5f-689e-4a1d-9004-f16499ff31b5",
            "gambit_id": "74579631-fb1b-447e-8e72-9c41258f35ee",
            "last_updated": "2023-10-28T13:58:18.087795-04:00",
            "created_at": "2023-10-20T09:13:19.614090-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe45d988-404c-4f52-b864-250157b301e5/?format=api"
        },
        {
            "id": "bbe95a5b-55d5-4dcd-b820-8424213f7cc9",
            "gambit_id": "b8ed20d5-c21b-4949-b197-99eae9b9b5c2",
            "last_updated": "2023-10-28T13:58:18.091263-04:00",
            "created_at": "2023-10-20T09:13:19.618397-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fe45d988-404c-4f52-b864-250157b301e5/?format=api"
        }
    ]
}