GET /api/bet_types/47129a58-0fba-43d5-95d3-d26af1cd72a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47129a58-0fba-43d5-95d3-d26af1cd72a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e874c092-3748-4e40-9141-669678487872/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-13T09:32:21.905824-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "453fd2bd-19a1-481a-8d07-998566fdf77a",
            "gambit_id": "2e1f1c99-1b2f-4649-8cd2-963147c0baad",
            "last_updated": "2023-04-15T15:47:02.546119-04:00",
            "created_at": "2023-04-13T09:32:21.907339-04:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47129a58-0fba-43d5-95d3-d26af1cd72a5/?format=api"
        },
        {
            "id": "ba707ca4-dafa-4b43-9b4c-59b566ff4167",
            "gambit_id": "92d44df9-3047-492d-a882-d657572e7c8e",
            "last_updated": "2023-04-15T15:47:02.547665-04:00",
            "created_at": "2023-04-13T09:32:21.908761-04:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47129a58-0fba-43d5-95d3-d26af1cd72a5/?format=api"
        }
    ]
}