GET /api/bet_types/2c4295d5-b36d-4b18-9bc9-1af7890d574a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4295d5-b36d-4b18-9bc9-1af7890d574a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a02f7ca-c4b8-4f52-9a23-a406ec8262df/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-02T13:27:13.889918-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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9457f46-4944-4838-b7a2-ea6b8ad7bc86",
            "gambit_id": "ad5d1f67-5bbe-4f40-a5af-7994a48fe889",
            "last_updated": "2023-01-03T10:56:47.907998-05:00",
            "created_at": "2023-01-02T13:27:13.891186-05:00",
            "name": "Game Total Under 241.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4295d5-b36d-4b18-9bc9-1af7890d574a/?format=api"
        },
        {
            "id": "822ee9ca-3ac5-4ebb-b2ec-76d5620c38cd",
            "gambit_id": "e52633ad-0d36-42ba-ad25-475ac22b7ac2",
            "last_updated": "2023-01-03T10:56:47.909183-05:00",
            "created_at": "2023-01-02T13:27:13.892457-05:00",
            "name": "Game Total Over 241.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4295d5-b36d-4b18-9bc9-1af7890d574a/?format=api"
        }
    ]
}