GET /api/bet_types/c34a810e-c984-4682-9d1f-486cd3e8c524/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c34a810e-c984-4682-9d1f-486cd3e8c524",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12a9c9f-bf9a-41a4-8611-d0535e33f6fe/?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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "0fd9fa90-38f4-4689-97d5-429f54778907",
            "gambit_id": "2619fef4-7709-491c-9d4c-4a6eee11afde",
            "last_updated": "2022-11-01T10:22:25.723444-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34a810e-c984-4682-9d1f-486cd3e8c524/?format=api"
        },
        {
            "id": "1e6b4f67-3884-4a3c-8288-07c3f38540ce",
            "gambit_id": "907c48df-071f-4c12-8e7d-279531b21fc5",
            "last_updated": "2022-11-01T10:22:25.724531-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c34a810e-c984-4682-9d1f-486cd3e8c524/?format=api"
        }
    ]
}