GET /api/bet_types/af8f4da7-ac56-432a-83ce-2435baacfc89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af8f4da7-ac56-432a-83ce-2435baacfc89",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bae52a8-d1c9-4875-a113-2a4c241e8cf9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T10:17:05.490839-04: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 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9b08205-8321-4737-8f02-090f917f4e41",
            "gambit_id": "dbc11547-88b8-4d19-9bc4-c05c4b06fee5",
            "last_updated": "2023-03-13T19:12:10.920327-04:00",
            "created_at": "2023-03-12T10:17:05.495365-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af8f4da7-ac56-432a-83ce-2435baacfc89/?format=api"
        },
        {
            "id": "f3eecdab-2c65-455e-acc7-a0d80687823d",
            "gambit_id": "575dee23-f6ba-4b39-9811-b244daf95bf0",
            "last_updated": "2023-03-13T19:12:10.922054-04:00",
            "created_at": "2023-03-12T10:17:05.496926-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af8f4da7-ac56-432a-83ce-2435baacfc89/?format=api"
        }
    ]
}