GET /api/bet_types/1ae0ae9c-2e94-4b4f-9c80-057b3f85383d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ae0ae9c-2e94-4b4f-9c80-057b3f85383d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5b26a81f-c418-4b66-9a61-874393cf87f1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T10:22:14.305586-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 Under 6.5",
                "amount": 5211.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "0d461dee-499e-4b10-82c6-dc5ec56ca19e",
            "gambit_id": "cf312040-b3ef-49a1-aecf-0b19bdf22839",
            "last_updated": "2023-01-23T10:21:54.010724-05:00",
            "created_at": "2023-01-21T10:22:14.308054-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae0ae9c-2e94-4b4f-9c80-057b3f85383d/?format=api"
        },
        {
            "id": "4e42024f-45ef-499b-a701-c4fefd2633aa",
            "gambit_id": "a340cb4d-d724-4587-9c07-845d3102a84c",
            "last_updated": "2023-01-23T10:21:54.008591-05:00",
            "created_at": "2023-01-21T10:22:14.306779-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ae0ae9c-2e94-4b4f-9c80-057b3f85383d/?format=api"
        }
    ]
}