GET /api/bet_types/58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f9473b8-07e3-4d79-a977-88f22bd08506/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:15.262450-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce28d6e5-e2f2-4ac3-a1bf-07cd52b5a01e",
            "gambit_id": "ac432475-937e-4ed0-8ed1-1a145cad7919",
            "last_updated": "2024-01-26T13:23:10.671498-05:00",
            "created_at": "2024-01-24T09:13:15.270174-05:00",
            "name": "Game Total Under 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2/?format=api"
        },
        {
            "id": "9ab8ec5a-f647-4802-830f-85ef85c4cb00",
            "gambit_id": "d86e99c3-680c-443b-948f-bc7afe08f4e0",
            "last_updated": "2024-01-26T13:23:10.674972-05:00",
            "created_at": "2024-01-24T09:13:15.266186-05:00",
            "name": "Game Total Over 235",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2/?format=api"
        }
    ]
}