GET /api/bet_types/ad12d61e-5f0c-4ea7-86c1-08f3b2eb3456/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad12d61e-5f0c-4ea7-86c1-08f3b2eb3456",
    "match": "https://api-prod.gambitprofit.com/api/matches/230cc673-5285-43f0-b9fc-5bca94d126ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T09:58:14.884877-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 Under 1.5",
                "amount": 5095.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": -329.0,
        "profit_sb_percentage": -3.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f113d7a3-8b2c-4714-ba45-0c22d07526d3",
            "gambit_id": "47ec5582-fd7c-4ce2-9f80-00008161dfed",
            "last_updated": "2023-07-10T18:18:17.673478-04:00",
            "created_at": "2023-07-08T09:58:14.888935-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad12d61e-5f0c-4ea7-86c1-08f3b2eb3456/?format=api"
        },
        {
            "id": "3617e9c9-fd33-483a-b15d-1e7d5935ad82",
            "gambit_id": "371db52d-4753-4dca-891e-2466ee5195b7",
            "last_updated": "2023-07-10T18:18:17.672151-04:00",
            "created_at": "2023-07-08T09:58:14.886776-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad12d61e-5f0c-4ea7-86c1-08f3b2eb3456/?format=api"
        }
    ]
}