GET /api/bet_types/97a711f1-a12e-4c1e-9d2a-a91a0867414e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97a711f1-a12e-4c1e-9d2a-a91a0867414e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c37f0e3c-e111-417c-b98b-91ba54c622ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-18T09:53:15.431990-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfcc59b1-4e26-496d-a991-8b96e75873fa",
            "gambit_id": "614c4833-bdd9-4989-b2e4-61c3c0b693f8",
            "last_updated": "2023-12-19T21:08:17.694310-05:00",
            "created_at": "2023-12-18T09:53:15.435565-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a711f1-a12e-4c1e-9d2a-a91a0867414e/?format=api"
        },
        {
            "id": "07fde8b2-ec23-40a9-b528-790eef4477e0",
            "gambit_id": "603886e8-9b80-4153-a4ab-6c52bbdf6a11",
            "last_updated": "2023-12-19T21:08:17.698638-05:00",
            "created_at": "2023-12-18T09:53:15.439446-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97a711f1-a12e-4c1e-9d2a-a91a0867414e/?format=api"
        }
    ]
}