GET /api/bet_types/703f8660-065a-45ea-825a-a110f68c1a81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "703f8660-065a-45ea-825a-a110f68c1a81",
    "match": "https://api-prod.gambitprofit.com/api/matches/bed4005b-d038-4e19-b146-7b8f84e30baa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:16.483600-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 2.5",
                "amount": 5523.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3589e31-f2eb-47d5-9a8b-c39beab78168",
            "gambit_id": "505bafe5-3f8c-4232-afb0-ad02ae79aaa7",
            "last_updated": "2023-04-17T11:42:04.577941-04:00",
            "created_at": "2023-04-14T12:02:16.486702-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/703f8660-065a-45ea-825a-a110f68c1a81/?format=api"
        },
        {
            "id": "ea63d0ea-ad68-4b83-9750-7b308b8b8822",
            "gambit_id": "1224a571-a3e6-40d1-b1c6-7328db773e57",
            "last_updated": "2023-04-17T11:42:04.575728-04:00",
            "created_at": "2023-04-14T12:02:16.485197-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/703f8660-065a-45ea-825a-a110f68c1a81/?format=api"
        }
    ]
}