GET /api/bet_types/2edf04cc-14c2-41f0-a2e7-ce3473213ba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2edf04cc-14c2-41f0-a2e7-ce3473213ba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c38b8de3-5813-4efd-a15c-7db5530f52e9/?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 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "35932beb-7454-4e25-be26-d668acc8a2c0",
            "gambit_id": "64bbdc58-81d5-4aca-b441-628179bbb893",
            "last_updated": "2022-10-03T18:46:49.095274-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2edf04cc-14c2-41f0-a2e7-ce3473213ba4/?format=api"
        },
        {
            "id": "e6609cdf-6646-4d9d-8f12-1879882aec36",
            "gambit_id": "6e3c3e37-0e0d-41f5-bf6f-c6676638f5db",
            "last_updated": "2022-10-03T18:46:49.096417-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2edf04cc-14c2-41f0-a2e7-ce3473213ba4/?format=api"
        }
    ]
}