GET /api/bet_types/60263137-5937-4a8e-888f-a73cbde6f5f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60263137-5937-4a8e-888f-a73cbde6f5f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/22b02ee8-44d1-4c65-a861-29543a5a07f7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:09.434316-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "941c8cd8-551b-43a6-9cd4-e50722baf66a",
            "gambit_id": "e6aecda1-7bab-42c1-be6e-cef9ba34f3ea",
            "last_updated": "2023-07-31T11:33:28.301224-04:00",
            "created_at": "2023-07-29T08:08:09.447710-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60263137-5937-4a8e-888f-a73cbde6f5f6/?format=api"
        },
        {
            "id": "f7844dea-d881-4c61-9a18-2d947f83f092",
            "gambit_id": "7a642b96-f9a8-4992-979a-8d06af59143a",
            "last_updated": "2023-07-31T11:33:28.305423-04:00",
            "created_at": "2023-07-29T08:08:09.452148-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60263137-5937-4a8e-888f-a73cbde6f5f6/?format=api"
        }
    ]
}