GET /api/bet_types/3ec28e53-08bc-4be2-8f2f-9de2f7790a4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ec28e53-08bc-4be2-8f2f-9de2f7790a4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/66f3fc44-3954-4b99-a3fe-08f185651de4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-20T09:21:57.622834-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 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3e891cf-ed01-47db-a19b-8031a2671c9d",
            "gambit_id": "a8a4a7e4-7f26-4047-8f21-fee268013fd4",
            "last_updated": "2023-01-21T10:27:26.935042-05:00",
            "created_at": "2023-01-20T09:21:57.625412-05:00",
            "name": "Game Total Over 236",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ec28e53-08bc-4be2-8f2f-9de2f7790a4d/?format=api"
        },
        {
            "id": "b5acf529-75cb-4f1e-93ac-b50655315838",
            "gambit_id": "e6001326-f435-4efe-909e-7e50f26ba0d1",
            "last_updated": "2023-01-21T10:27:26.933884-05:00",
            "created_at": "2023-01-20T09:21:57.624179-05:00",
            "name": "Game Total Under 236",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ec28e53-08bc-4be2-8f2f-9de2f7790a4d/?format=api"
        }
    ]
}