GET /api/bet_types/e28e678b-75a4-4894-be22-e8596059fc66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e28e678b-75a4-4894-be22-e8596059fc66",
    "match": "https://api-prod.gambitprofit.com/api/matches/489e7008-ad14-4360-9097-2707c3d3a254/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:07.247753-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a556dd19-3496-4e40-8429-bea8ae06f3cb",
            "gambit_id": "dca02e14-4a84-4912-9cad-aa702aac4b0f",
            "last_updated": "2024-01-31T21:53:06.776333-05:00",
            "created_at": "2024-01-30T08:58:07.261445-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e28e678b-75a4-4894-be22-e8596059fc66/?format=api"
        },
        {
            "id": "10351a6e-d552-4bf0-ba49-febac40447fe",
            "gambit_id": "3c74d30b-25cd-4b00-90fc-0ae3b74ab4aa",
            "last_updated": "2024-01-31T21:53:06.779614-05:00",
            "created_at": "2024-01-30T08:58:07.270993-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e28e678b-75a4-4894-be22-e8596059fc66/?format=api"
        }
    ]
}