GET /api/bet_types/05ded20a-8c1c-45e3-8fb6-3b114752ddca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05ded20a-8c1c-45e3-8fb6-3b114752ddca",
    "match": "https://api-prod.gambitprofit.com/api/matches/28639be9-601c-496a-8b5f-b204ef774c88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:05.334585-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 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "ec0d9400-9547-4fea-825d-2ff501ed9665",
            "gambit_id": "e41d0ef3-d0b9-40f8-b592-d843e9b36bb5",
            "last_updated": "2023-01-30T17:46:58.061781-05:00",
            "created_at": "2023-01-28T09:42:05.337069-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ded20a-8c1c-45e3-8fb6-3b114752ddca/?format=api"
        },
        {
            "id": "f01f75a5-6a92-4316-a0ac-d29398d4d68e",
            "gambit_id": "5e83c892-c07b-41a6-b57b-58ba6dad0d52",
            "last_updated": "2023-01-30T17:46:58.060509-05:00",
            "created_at": "2023-01-28T09:42:05.335818-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ded20a-8c1c-45e3-8fb6-3b114752ddca/?format=api"
        }
    ]
}