GET /api/bet_types/24ae8692-5c04-4129-86b5-5ab01ddaf262/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24ae8692-5c04-4129-86b5-5ab01ddaf262",
    "match": "https://api-prod.gambitprofit.com/api/matches/27be081b-967f-46f4-a8b9-460ac9a4860f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-30T10:28:04.354084-05: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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d55d67e8-8385-4748-8139-f856bb5a8a88",
            "gambit_id": "d83e1c14-5bbf-4031-ae9e-fceca331f324",
            "last_updated": "2023-12-01T19:03:14.045498-05:00",
            "created_at": "2023-11-30T10:28:04.363633-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ae8692-5c04-4129-86b5-5ab01ddaf262/?format=api"
        },
        {
            "id": "ab41f590-5381-442b-b332-7a30e562dacb",
            "gambit_id": "640c9861-c868-46d3-8a71-007949f52a97",
            "last_updated": "2023-12-01T19:03:14.036782-05:00",
            "created_at": "2023-11-30T10:28:04.358932-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24ae8692-5c04-4129-86b5-5ab01ddaf262/?format=api"
        }
    ]
}