GET /api/bet_types/66ccca4c-2a6c-4fb7-a625-152e98dc7b52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66ccca4c-2a6c-4fb7-a625-152e98dc7b52",
    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:10.408705-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 Over 241",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "41b79c72-98ba-4c82-b55a-4a3d0d4c3607",
            "gambit_id": "751aa426-66eb-4f13-bc01-7736819a740c",
            "last_updated": "2024-01-29T22:13:11.436382-05:00",
            "created_at": "2024-01-27T09:18:10.413806-05:00",
            "name": "Game Total Over 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ccca4c-2a6c-4fb7-a625-152e98dc7b52/?format=api"
        },
        {
            "id": "213af2d7-d529-48d5-b288-4b9cb6a5c61d",
            "gambit_id": "828c027d-6bfd-4a3f-934a-9f7c6cf359f3",
            "last_updated": "2024-01-29T22:13:11.439742-05:00",
            "created_at": "2024-01-27T09:18:10.419508-05:00",
            "name": "Game Total Under 241",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ccca4c-2a6c-4fb7-a625-152e98dc7b52/?format=api"
        }
    ]
}