GET /api/bet_types/4b9b90df-d17d-482b-8c5e-cb26521faef2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9b90df-d17d-482b-8c5e-cb26521faef2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9477a825-2542-4c3b-9dcc-7644aa162fae/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:48:15.835391-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 7.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "953afe3d-b820-4667-b4c6-5fb8d93b4e5e",
            "gambit_id": "4f10dbfb-65ee-4b8e-8d51-949947351c61",
            "last_updated": "2023-06-10T16:43:04.147699-04:00",
            "created_at": "2023-06-09T09:48:15.838832-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9b90df-d17d-482b-8c5e-cb26521faef2/?format=api"
        },
        {
            "id": "1c687c20-6832-4dd4-be30-327d6a4e5c70",
            "gambit_id": "7140a0dd-54e4-4458-95ff-e7cae7aca3ef",
            "last_updated": "2023-06-10T16:43:04.146046-04:00",
            "created_at": "2023-06-09T09:48:15.837095-04:00",
            "name": "Game Total Over 7.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9b90df-d17d-482b-8c5e-cb26521faef2/?format=api"
        }
    ]
}