GET /api/bet_types/21dcc7ee-53fb-4cb1-8c41-8d7aaa7bd5c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21dcc7ee-53fb-4cb1-8c41-8d7aaa7bd5c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2ff109-2fbd-4416-bda5-0a8a28ccb7a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-13T08:57:56.806118-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 240.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 240.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "16f8cd7a-4fc9-4a6d-9f00-69b25565b68e",
            "gambit_id": "57153fe2-4f40-4c0a-b3df-c8292ce4264a",
            "last_updated": "2023-12-15T10:03:18.747342-05:00",
            "created_at": "2023-12-13T08:57:56.813904-05:00",
            "name": "Game Total Under 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21dcc7ee-53fb-4cb1-8c41-8d7aaa7bd5c6/?format=api"
        },
        {
            "id": "36b5e79e-ea8e-4821-8922-5d6b56409a78",
            "gambit_id": "d16bcd91-c3c6-4624-94f9-dc50c47f8acc",
            "last_updated": "2023-12-15T10:03:18.744158-05:00",
            "created_at": "2023-12-13T08:57:56.809739-05:00",
            "name": "Game Total Over 240.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21dcc7ee-53fb-4cb1-8c41-8d7aaa7bd5c6/?format=api"
        }
    ]
}