GET /api/bet_types/76490b49-b8b1-47ee-8d35-481479b0bbd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76490b49-b8b1-47ee-8d35-481479b0bbd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/64f831f9-6d02-4377-ab11-40081a4a23de/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:57:57.964839-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 47.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b976254d-443c-49ce-b233-54f405f555df",
            "gambit_id": "18dd7a6b-8dcb-429d-af11-6dff76416024",
            "last_updated": "2023-10-16T18:33:02.829654-04:00",
            "created_at": "2023-10-12T10:57:57.974187-04:00",
            "name": "Game Total Over 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76490b49-b8b1-47ee-8d35-481479b0bbd0/?format=api"
        },
        {
            "id": "bc52b87f-c76f-4fb5-98a2-969924557b74",
            "gambit_id": "4d750f33-f701-4e51-a96d-d0c8874e8df2",
            "last_updated": "2023-10-16T18:33:02.838307-04:00",
            "created_at": "2023-10-12T10:57:57.969925-04:00",
            "name": "Game Total Under 47.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "47.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76490b49-b8b1-47ee-8d35-481479b0bbd0/?format=api"
        }
    ]
}