GET /api/bet_types/fb64cf2e-ed14-4da5-a203-7b7bff718504/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb64cf2e-ed14-4da5-a203-7b7bff718504",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2c0eb5a-b2eb-415e-a7e8-bd5a93158ded/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:19.797870-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "103a4262-4244-4a6c-941d-ae03510564a9",
            "gambit_id": "f4d85fdb-33ef-4431-a8fd-92efccc6629d",
            "last_updated": "2023-04-30T12:47:17.036229-04:00",
            "created_at": "2023-04-28T11:22:19.801305-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb64cf2e-ed14-4da5-a203-7b7bff718504/?format=api"
        },
        {
            "id": "0585cbd8-a42f-44b5-a2f1-4b1c390d5038",
            "gambit_id": "371e8dd0-b52c-44d7-8fd6-1520d81729c5",
            "last_updated": "2023-04-30T12:47:17.034635-04:00",
            "created_at": "2023-04-28T11:22:19.799539-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb64cf2e-ed14-4da5-a203-7b7bff718504/?format=api"
        }
    ]
}