GET /api/bet_types/4d2bfd1c-69e8-4b1a-b9ea-9d137b246bde/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d2bfd1c-69e8-4b1a-b9ea-9d137b246bde",
    "match": "https://api-prod.gambitprofit.com/api/matches/61b3ee28-95c4-4661-afc8-47c3cf5a1dcd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-06T09:18:07.360589-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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "896d6c6b-c840-4961-a9d6-92e6a61f37da",
            "gambit_id": "e3821dde-3a04-467b-b1ad-122d0d152dc0",
            "last_updated": "2023-12-11T19:38:19.253334-05:00",
            "created_at": "2023-12-06T09:18:07.364164-05:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2bfd1c-69e8-4b1a-b9ea-9d137b246bde/?format=api"
        },
        {
            "id": "69716f44-2db1-4ee3-9738-9b51c8605a63",
            "gambit_id": "f4939d44-b755-4761-a38f-33ef9b8b2507",
            "last_updated": "2023-12-11T19:38:19.256753-05:00",
            "created_at": "2023-12-06T09:18:07.372632-05:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2bfd1c-69e8-4b1a-b9ea-9d137b246bde/?format=api"
        }
    ]
}