GET /api/bet_types/07b93575-1e50-4ebe-912a-ff23dd2604e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07b93575-1e50-4ebe-912a-ff23dd2604e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/7578ae43-25d2-4a48-b8f3-5d247139cf9a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-24T12:58:00.096051-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 42.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f797abc2-483f-4427-b930-c013fdfcbb51",
            "gambit_id": "f2277c09-870a-47ac-90d6-6b53b3f21718",
            "last_updated": "2023-08-29T09:23:25.751793-04:00",
            "created_at": "2023-08-24T12:58:00.103534-04:00",
            "name": "Game Total Under 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b93575-1e50-4ebe-912a-ff23dd2604e0/?format=api"
        },
        {
            "id": "330210a9-07ea-4b65-9dc0-4d2bc24e4666",
            "gambit_id": "7eecbecf-e3b9-4961-b453-29f7098c3759",
            "last_updated": "2023-08-29T09:23:25.748709-04:00",
            "created_at": "2023-08-24T12:58:00.099664-04:00",
            "name": "Game Total Over 42.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "42.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07b93575-1e50-4ebe-912a-ff23dd2604e0/?format=api"
        }
    ]
}