GET /api/bet_types/b4ac06da-31ca-471b-80c2-92b64227fa26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4ac06da-31ca-471b-80c2-92b64227fa26",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ea031a-0470-4098-994b-ad442f253465/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:18.673906-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": "13c63f87-e11e-440a-9f44-31aa3316a8bb",
            "gambit_id": "1c4927db-0788-4e22-a9c8-fba72b790a26",
            "last_updated": "2023-05-31T11:47:21.941263-04:00",
            "created_at": "2023-05-30T10:47:18.677983-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/b4ac06da-31ca-471b-80c2-92b64227fa26/?format=api"
        },
        {
            "id": "43a407aa-dfd8-4373-88c3-e35d4bd0eb8d",
            "gambit_id": "2d22dbd7-b78b-419a-9d23-99b916e1ed5c",
            "last_updated": "2023-05-31T11:47:21.938932-04:00",
            "created_at": "2023-05-30T10:47:18.675993-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/b4ac06da-31ca-471b-80c2-92b64227fa26/?format=api"
        }
    ]
}