GET /api/bet_types/8d2a6da2-fcc9-4647-a633-72d164d19d25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d2a6da2-fcc9-4647-a633-72d164d19d25",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ab8de8d-4b4a-4833-9911-8bdca928a766/?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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3d9e012-d567-46e5-bf88-84419a3a2668",
            "gambit_id": "f8f1ceb1-4d67-48e1-87a7-06b94840996c",
            "last_updated": "2022-12-21T10:36:58.217258-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 235",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2a6da2-fcc9-4647-a633-72d164d19d25/?format=api"
        },
        {
            "id": "e247cdb7-076d-49e9-9a23-015fec87b608",
            "gambit_id": "7f9ab32c-d505-4ee5-8f6a-3d5076c68457",
            "last_updated": "2022-12-21T10:36:58.218351-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 235",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d2a6da2-fcc9-4647-a633-72d164d19d25/?format=api"
        }
    ]
}