GET /api/bet_types/3066d4f5-211e-427f-b88e-3adec2877b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3066d4f5-211e-427f-b88e-3adec2877b47",
    "match": "https://api-prod.gambitprofit.com/api/matches/07d6eb91-66ca-4404-9a9e-02f0ea5b6dc1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T09:37:11.177269-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 Over 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7080bcd1-9541-4435-91e4-2106ce7b518d",
            "gambit_id": "6fbe309a-1f23-434e-a1a4-07b6c0e4239c",
            "last_updated": "2023-03-15T10:07:09.812726-04:00",
            "created_at": "2023-03-14T09:37:11.180699-04:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3066d4f5-211e-427f-b88e-3adec2877b47/?format=api"
        },
        {
            "id": "aed20d99-4f11-4965-9bea-3dee6a9a2784",
            "gambit_id": "55ffca24-77fc-4765-97f7-ed341f2080e3",
            "last_updated": "2023-03-15T10:07:09.811392-04:00",
            "created_at": "2023-03-14T09:37:11.178838-04:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3066d4f5-211e-427f-b88e-3adec2877b47/?format=api"
        }
    ]
}