GET /api/bet_types/4ded9b60-6941-4e55-b898-a0b51b5de342/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ded9b60-6941-4e55-b898-a0b51b5de342",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f8264b6-ef14-4a36-9f67-111dbf1fb1cb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:01.867655-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 225.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "299fcc29-3f34-4909-8597-fcd0c9e80489",
            "gambit_id": "bb4e0125-890a-488c-80e3-c7220d4ca0c0",
            "last_updated": "2023-03-27T11:36:53.832751-04:00",
            "created_at": "2023-03-26T13:37:01.869337-04:00",
            "name": "Game Total Under 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ded9b60-6941-4e55-b898-a0b51b5de342/?format=api"
        },
        {
            "id": "88e8665b-c892-48bd-a76d-7a415b0fc0f8",
            "gambit_id": "0d68f8e8-a5a6-4404-9927-a4b67839ee55",
            "last_updated": "2023-03-27T11:36:53.835238-04:00",
            "created_at": "2023-03-26T13:37:01.871667-04:00",
            "name": "Game Total Over 225.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ded9b60-6941-4e55-b898-a0b51b5de342/?format=api"
        }
    ]
}