GET /api/bet_types/b54fbb53-dc85-48b7-a1fc-d6707da59ea5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b54fbb53-dc85-48b7-a1fc-d6707da59ea5",
    "match": "https://api-prod.gambitprofit.com/api/matches/d32f8b70-eded-4960-9001-9fcc1ec1c8bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:12:02.179599-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",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "21f17faa-1069-4666-b5ab-ed838a4b2fa1",
            "gambit_id": "2f07cda1-aadf-4e17-ac9b-ff25f065c6a1",
            "last_updated": "2023-04-19T13:42:13.858594-04:00",
            "created_at": "2023-04-18T12:12:02.183992-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b54fbb53-dc85-48b7-a1fc-d6707da59ea5/?format=api"
        },
        {
            "id": "c1308bed-704e-4837-b380-aa7cba6dd24a",
            "gambit_id": "b1ac9d44-fd87-40e5-9c5d-606d37372049",
            "last_updated": "2023-04-19T13:42:13.856221-04:00",
            "created_at": "2023-04-18T12:12:02.181798-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b54fbb53-dc85-48b7-a1fc-d6707da59ea5/?format=api"
        }
    ]
}