GET /api/bet_types/30548cbd-4b9e-4e88-ad48-f994d5ee478d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30548cbd-4b9e-4e88-ad48-f994d5ee478d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a17b3be7-bbc7-45df-ae5b-92222508d121/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:12.152125-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 234",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "570e9ba6-1b2f-435e-ab71-9a0d320ac82a",
            "gambit_id": "7db979d1-9d92-4ec7-8959-ba86664b4d2c",
            "last_updated": "2023-04-10T14:47:06.465008-04:00",
            "created_at": "2023-04-09T09:27:12.154279-04:00",
            "name": "Game Total Under 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30548cbd-4b9e-4e88-ad48-f994d5ee478d/?format=api"
        },
        {
            "id": "2e488bb0-14bb-4238-87f0-eb132f32a1f2",
            "gambit_id": "e962b8b1-79be-400d-9b72-e4191a9716a8",
            "last_updated": "2023-04-10T14:47:06.467139-04:00",
            "created_at": "2023-04-09T09:27:12.156559-04:00",
            "name": "Game Total Over 234",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30548cbd-4b9e-4e88-ad48-f994d5ee478d/?format=api"
        }
    ]
}