GET /api/bet_types/eb87d0a5-1ea4-4228-a988-591e4b5da170/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb87d0a5-1ea4-4228-a988-591e4b5da170",
    "match": "https://api-prod.gambitprofit.com/api/matches/a99e5e4f-11cb-4388-9733-4d793a598828/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T12:57:23.645093-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 6",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c027172-5d8b-414a-a5a5-54049ec6cc1d",
            "gambit_id": "9da3904a-bb19-47bf-bc9b-3faaf12cc461",
            "last_updated": "2023-01-27T10:07:11.925396-05:00",
            "created_at": "2023-01-26T12:57:23.648319-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb87d0a5-1ea4-4228-a988-591e4b5da170/?format=api"
        },
        {
            "id": "cd8b9aa5-296a-4889-9ad5-1a0fc8ea29f8",
            "gambit_id": "2deedd0e-f51a-49c6-aed3-07bfc5b1792d",
            "last_updated": "2023-01-27T10:07:11.924114-05:00",
            "created_at": "2023-01-26T12:57:23.646734-05:00",
            "name": "Game Total Under 6",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb87d0a5-1ea4-4228-a988-591e4b5da170/?format=api"
        }
    ]
}