GET /api/bet_types/34d801a3-a6e1-4de3-8e77-63a116bbc553/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34d801a3-a6e1-4de3-8e77-63a116bbc553",
    "match": "https://api-prod.gambitprofit.com/api/matches/5cde5aee-a411-4497-bd75-d56529345f1c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-14T09:53:16.686807-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 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f543081-e3d1-4824-8618-9752277db28e",
            "gambit_id": "644a14fb-c6ec-4bc1-89b6-700b6a9a20af",
            "last_updated": "2024-01-16T22:58:18.013490-05:00",
            "created_at": "2024-01-14T09:53:16.690224-05:00",
            "name": "Game Total Over 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d801a3-a6e1-4de3-8e77-63a116bbc553/?format=api"
        },
        {
            "id": "0fa2aa0a-cfba-4fdb-a60c-b5f55438fa41",
            "gambit_id": "d8df9f9c-7fd8-4b9e-b5b4-ed475a782f32",
            "last_updated": "2024-01-16T22:58:18.016803-05:00",
            "created_at": "2024-01-14T09:53:16.693946-05:00",
            "name": "Game Total Under 224",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34d801a3-a6e1-4de3-8e77-63a116bbc553/?format=api"
        }
    ]
}