GET /api/bet_types/b7646fd3-7d98-4723-b960-08b6f77b0ec3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7646fd3-7d98-4723-b960-08b6f77b0ec3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6b4d9ba-803b-4892-9797-5230da953dcc/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:12.011506-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "79fad0f4-3998-4d28-a2a4-5cd5d1d269cc",
            "gambit_id": "95aaa8b0-be09-4656-a7b8-ce9ead6f8e67",
            "last_updated": "2024-01-31T10:23:29.805584-05:00",
            "created_at": "2024-01-29T09:13:12.016280-05:00",
            "name": "Game Total Over 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7646fd3-7d98-4723-b960-08b6f77b0ec3/?format=api"
        },
        {
            "id": "db87bafd-e2c4-4f8b-97b5-5cc070c41c6a",
            "gambit_id": "62ec1c59-1d1c-47d4-943b-3274bd05fb35",
            "last_updated": "2024-01-31T10:23:29.809229-05:00",
            "created_at": "2024-01-29T09:13:12.020593-05:00",
            "name": "Game Total Under 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7646fd3-7d98-4723-b960-08b6f77b0ec3/?format=api"
        }
    ]
}