GET /api/bet_types/e2c6d3e0-f011-495b-8bd0-c0c3eaec3caa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2c6d3e0-f011-495b-8bd0-c0c3eaec3caa",
    "match": "https://api-prod.gambitprofit.com/api/matches/16017e41-2ff5-409d-b2a5-7ce190c505e4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-05T08:42:58.152758-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f874ad0-8e47-4494-9bb6-95ca58a42d81",
            "gambit_id": "b30bdc49-b740-43c0-883e-084e94fe9e65",
            "last_updated": "2023-07-06T12:28:22.916894-04:00",
            "created_at": "2023-07-05T08:42:58.156455-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2c6d3e0-f011-495b-8bd0-c0c3eaec3caa/?format=api"
        },
        {
            "id": "9d59f95e-1693-4371-85dc-9a83b7a28e76",
            "gambit_id": "15b351cb-3174-4f00-97f6-303e3339a045",
            "last_updated": "2023-07-06T12:28:22.914769-04:00",
            "created_at": "2023-07-05T08:42:58.154594-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2c6d3e0-f011-495b-8bd0-c0c3eaec3caa/?format=api"
        }
    ]
}