GET /api/bet_types/5e6490d2-a731-4f89-a552-7a2862d15ca2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e6490d2-a731-4f89-a552-7a2862d15ca2",
    "match": "https://api-prod.gambitprofit.com/api/matches/eee1f642-2e66-44d7-9b48-149523f53ece/?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 58.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 58.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "ec087842-8d87-43f7-b7c7-e322ce67f138",
            "gambit_id": "e44848fd-4c3c-46c5-98fb-c02986a7320d",
            "last_updated": "2022-09-05T09:32:19.362335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 58.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e6490d2-a731-4f89-a552-7a2862d15ca2/?format=api"
        },
        {
            "id": "e0664aff-1077-47c2-adf2-6758adbe031e",
            "gambit_id": "a191f45d-388a-4d0a-8775-d057f0d320c3",
            "last_updated": "2022-09-05T09:32:19.363482-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 58.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "58.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e6490d2-a731-4f89-a552-7a2862d15ca2/?format=api"
        }
    ]
}