GET /api/bet_types/5c277572-9c82-4b32-9995-5433e5f96438/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c277572-9c82-4b32-9995-5433e5f96438",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3b630cd-5326-4d94-8204-8be3eeda38c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:07:05.841374-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 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f931782-ba68-438a-ae54-c130876ea6d0",
            "gambit_id": "ca8ad6df-c1a3-4091-86d7-d5ef73cf3258",
            "last_updated": "2023-05-01T12:27:20.670432-04:00",
            "created_at": "2023-04-28T15:07:05.844345-04:00",
            "name": "Game Total Over 48.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c277572-9c82-4b32-9995-5433e5f96438/?format=api"
        },
        {
            "id": "e90f4915-d3e7-4df8-9a62-daceacf306e6",
            "gambit_id": "971c67af-aedf-44d9-98b2-1db299baf764",
            "last_updated": "2023-05-01T12:27:20.668926-04:00",
            "created_at": "2023-04-28T15:07:05.842788-04:00",
            "name": "Game Total Under 48.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c277572-9c82-4b32-9995-5433e5f96438/?format=api"
        }
    ]
}