GET /api/bet_types/3c33433a-9c14-4ccd-8a4d-b2595e3c4bf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c33433a-9c14-4ccd-8a4d-b2595e3c4bf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/67fa48f0-d90f-4c2d-9430-4fd7ef30a27b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:06.612676-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 5.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dbd9940-a8e1-41fc-aa5f-554ad2318cb7",
            "gambit_id": "7b16142e-1a07-4307-b0b4-09c47452f05f",
            "last_updated": "2023-12-16T10:28:24.811415-05:00",
            "created_at": "2023-12-14T09:28:06.616908-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c33433a-9c14-4ccd-8a4d-b2595e3c4bf4/?format=api"
        },
        {
            "id": "4cd04861-f4df-4bf6-90fc-963bc3bbb2fb",
            "gambit_id": "350ab480-5f42-4766-9624-b5c523223d0a",
            "last_updated": "2023-12-16T10:28:24.814734-05:00",
            "created_at": "2023-12-14T09:28:06.621279-05:00",
            "name": "Game Total Under 5.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c33433a-9c14-4ccd-8a4d-b2595e3c4bf4/?format=api"
        }
    ]
}