GET /api/bet_types/4630ffb7-eeb6-4b87-bd59-40cb281c3f85/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4630ffb7-eeb6-4b87-bd59-40cb281c3f85",
    "match": "https://api-prod.gambitprofit.com/api/matches/c85f4179-9ca2-4f0d-83ab-8517541558e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-31T09:56:48.438507-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 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4e9021e-c94e-4f21-93cf-85ac49dd7074",
            "gambit_id": "de06e793-4dd0-4e4f-9cdb-99f5da6cb92d",
            "last_updated": "2023-04-01T10:17:07.178715-04:00",
            "created_at": "2023-03-31T09:56:48.442614-04:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4630ffb7-eeb6-4b87-bd59-40cb281c3f85/?format=api"
        },
        {
            "id": "5a0e3702-50b2-47bc-9d4a-4e358431c53d",
            "gambit_id": "915aa4a8-c529-47c4-a397-91774317be01",
            "last_updated": "2023-04-01T10:17:07.177180-04:00",
            "created_at": "2023-03-31T09:56:48.440491-04:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4630ffb7-eeb6-4b87-bd59-40cb281c3f85/?format=api"
        }
    ]
}