GET /api/bet_types/11c6a7ad-c4f8-4a91-91f9-7c4c3b18258e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11c6a7ad-c4f8-4a91-91f9-7c4c3b18258e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e7b627-083b-4b94-ab22-803270b6d40f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-20T09:52:04.854867-04: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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "92a5b33e-fac5-4a07-8f04-e35e32d00156",
            "gambit_id": "8645fabe-aa70-45c6-953a-a35875092544",
            "last_updated": "2023-03-21T10:52:10.257486-04:00",
            "created_at": "2023-03-20T09:52:04.856349-04:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11c6a7ad-c4f8-4a91-91f9-7c4c3b18258e/?format=api"
        },
        {
            "id": "5113fa4a-dd23-4578-9771-396843f01913",
            "gambit_id": "9c8c2112-2f88-4b62-b5b8-4f384fce3036",
            "last_updated": "2023-03-21T10:52:10.258960-04:00",
            "created_at": "2023-03-20T09:52:04.858171-04:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11c6a7ad-c4f8-4a91-91f9-7c4c3b18258e/?format=api"
        }
    ]
}