GET /api/bet_types/c75c0eee-2473-4854-8112-19416a22926d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c75c0eee-2473-4854-8112-19416a22926d",
    "match": "https://api-prod.gambitprofit.com/api/matches/89d8bacf-403a-4f46-8e77-66bd4fee0fbb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6658.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3342.0
            }
        ],
        "expected_reward_tokens": 9054.88,
        "profit_sb": 54.88,
        "profit_sb_percentage": 0.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "02e868d2-4c2c-46bb-ad7f-712674826427",
            "gambit_id": "3649d603-a044-4e83-9af8-1e102bfb6dc9",
            "last_updated": "2022-09-01T13:36:57.265834-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.36000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75c0eee-2473-4854-8112-19416a22926d/?format=api"
        },
        {
            "id": "5cc87e7f-efe1-4587-9e88-2d2db90cf5f1",
            "gambit_id": "15c476a3-672d-40cc-82b6-ef4bc68aab15",
            "last_updated": "2022-09-01T13:36:57.265299-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.71000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c75c0eee-2473-4854-8112-19416a22926d/?format=api"
        }
    ]
}