GET /api/bet_types/ebb37e96-6063-4dec-b5e6-7113703d6772/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebb37e96-6063-4dec-b5e6-7113703d6772",
    "match": "https://api-prod.gambitprofit.com/api/matches/91a8d9cc-4dfb-4da7-82b2-ba1e546558f8/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "f9f3d5aa-b499-4cfd-a8b2-713e89928506",
            "gambit_id": "5fc62f7c-f056-437f-980c-ec9cd7aa1ae5",
            "last_updated": "2022-09-11T18:02:04.386194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb37e96-6063-4dec-b5e6-7113703d6772/?format=api"
        },
        {
            "id": "47744a8a-f7e2-4064-b2ff-f9c50a3ce7c9",
            "gambit_id": "3a2104a2-bf0a-443d-83e0-354dc2fb6246",
            "last_updated": "2022-09-11T18:02:04.387391-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebb37e96-6063-4dec-b5e6-7113703d6772/?format=api"
        }
    ]
}