GET /api/bet_types/8c40886e-75e7-428f-8f65-f941b305dc7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c40886e-75e7-428f-8f65-f941b305dc7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c25166e3-2eed-4e07-b000-c56ad535033b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-05T08:33:06.298382-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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "823cfefd-a84c-467b-82c2-4ddad4a371ba",
            "gambit_id": "ca77f420-9d84-4fd6-a16f-1be37c7d4287",
            "last_updated": "2023-11-06T21:23:16.657275-05:00",
            "created_at": "2023-11-05T08:33:06.303110-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c40886e-75e7-428f-8f65-f941b305dc7c/?format=api"
        },
        {
            "id": "0ccc5c84-3624-4803-bc53-1ad1e74d6f74",
            "gambit_id": "7200723a-bf44-49b5-89f1-ad48530ff355",
            "last_updated": "2023-11-06T21:23:16.661121-05:00",
            "created_at": "2023-11-05T08:33:06.308737-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c40886e-75e7-428f-8f65-f941b305dc7c/?format=api"
        }
    ]
}