GET /api/bet_types/55b10982-5019-4dbc-8b51-68f40bb63850/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55b10982-5019-4dbc-8b51-68f40bb63850",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a95ee7c-220f-46c1-93af-6ccb47f3d922/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:53:06.736655-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 2.5",
                "amount": 5794.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4206.0
            }
        ],
        "expected_reward_tokens": 9211.14,
        "profit_sb": -288.86,
        "profit_sb_percentage": -3.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "23aee3b4-946e-4710-be59-c15376e40a39",
            "gambit_id": "c27d0587-1e6a-4523-afb4-fcf8e25d308e",
            "last_updated": "2023-11-11T19:58:13.058156-05:00",
            "created_at": "2023-11-04T09:53:06.748328-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b10982-5019-4dbc-8b51-68f40bb63850/?format=api"
        },
        {
            "id": "e01311ea-4efe-427e-80ac-656b1e007a1b",
            "gambit_id": "317a3d11-ccba-4efb-adfa-4b4731bc3662",
            "last_updated": "2023-11-11T19:58:13.054285-05:00",
            "created_at": "2023-11-04T09:53:06.742773-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55b10982-5019-4dbc-8b51-68f40bb63850/?format=api"
        }
    ]
}