GET /api/bet_types/d4247677-13fa-47bb-ac8e-c6259b1d89c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4247677-13fa-47bb-ac8e-c6259b1d89c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/089eed82-2ce6-4e67-b269-3e81bfec324b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-20T11:42:14.681331-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfd366fc-a2b5-4c20-9799-e12ccf8698f3",
            "gambit_id": "49a66ec1-7644-4c8e-85ba-cc01459a63d5",
            "last_updated": "2023-04-21T21:57:33.658379-04:00",
            "created_at": "2023-04-20T11:42:14.683332-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4247677-13fa-47bb-ac8e-c6259b1d89c6/?format=api"
        },
        {
            "id": "33b1222d-20ab-4420-989f-f2d932ac4b61",
            "gambit_id": "9fe0f214-0daf-4d46-85d7-fcf5ff380d32",
            "last_updated": "2023-04-21T21:57:33.661073-04:00",
            "created_at": "2023-04-20T11:42:14.685464-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4247677-13fa-47bb-ac8e-c6259b1d89c6/?format=api"
        }
    ]
}