GET /api/bet_types/8be7c222-00fb-4432-805c-1fba41fcc257/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8be7c222-00fb-4432-805c-1fba41fcc257",
    "match": "https://api-prod.gambitprofit.com/api/matches/81a24f60-484b-41f6-acbb-b539b35298e6/?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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "07ce4995-e1e2-4969-9148-bea633b3d230",
            "gambit_id": "ac5fddf2-97ba-4937-9d19-b43ed58c04f5",
            "last_updated": "2022-12-20T15:42:20.209191-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 241.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be7c222-00fb-4432-805c-1fba41fcc257/?format=api"
        },
        {
            "id": "9a6256c0-36ba-411d-bc2b-8a27a1a26be4",
            "gambit_id": "0d96ccf4-b20c-4b23-b183-c1e598fa8544",
            "last_updated": "2022-12-20T15:42:20.210362-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 241.5",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8be7c222-00fb-4432-805c-1fba41fcc257/?format=api"
        }
    ]
}