GET /api/bet_types/926c7611-a7f5-407b-9b13-75c4aab0f5e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "926c7611-a7f5-407b-9b13-75c4aab0f5e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b07ee01-a520-4864-8425-ab7cf7f2f899/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "515fef95-3957-4874-ab37-ddfa1b700721",
            "gambit_id": "3bf89842-3a99-45b5-b6fe-7c4353599981",
            "last_updated": "2022-11-28T11:16:54.982865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/926c7611-a7f5-407b-9b13-75c4aab0f5e6/?format=api"
        },
        {
            "id": "8eef53ee-32cb-456a-ae4d-dba9952e860f",
            "gambit_id": "edafe4ba-79a3-4253-865f-4be2b350e60d",
            "last_updated": "2022-11-28T11:16:54.983928-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/926c7611-a7f5-407b-9b13-75c4aab0f5e6/?format=api"
        }
    ]
}