GET /api/bet_types/371f5861-2a5f-4f80-99f2-8e1f1ac84eb1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "371f5861-2a5f-4f80-99f2-8e1f1ac84eb1",
    "match": "https://api-prod.gambitprofit.com/api/matches/22eeb4df-f3cf-4374-9599-17da4f6a3ff8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-05T09:47:04.026354-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "550dcdec-9534-4c0f-995f-c43b2e305058",
            "gambit_id": "f0d12efa-802a-4066-be07-7a8247572499",
            "last_updated": "2023-02-06T09:11:57.981808-05:00",
            "created_at": "2023-02-05T09:47:04.027906-05:00",
            "name": "Game Total Under 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/371f5861-2a5f-4f80-99f2-8e1f1ac84eb1/?format=api"
        },
        {
            "id": "9203e7be-c483-43d1-ab86-6c58f19d3f17",
            "gambit_id": "613dabe0-3a20-4c5d-b448-1fc42d91fe30",
            "last_updated": "2023-02-06T09:11:57.983112-05:00",
            "created_at": "2023-02-05T09:47:04.029359-05:00",
            "name": "Game Total Over 226",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/371f5861-2a5f-4f80-99f2-8e1f1ac84eb1/?format=api"
        }
    ]
}