GET /api/bet_types/40959629-52c6-4ca2-9e19-06bde614daa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40959629-52c6-4ca2-9e19-06bde614daa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7737dfd-aa03-4e9e-a3a5-49b32c8f49d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-08T08:43:18.623155-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "324c182b-133f-4634-945c-33ff9d5aa505",
            "gambit_id": "86699b29-f52e-48b0-a2b4-69e7279e06ed",
            "last_updated": "2023-06-10T13:43:12.640164-04:00",
            "created_at": "2023-06-08T08:43:18.624692-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40959629-52c6-4ca2-9e19-06bde614daa4/?format=api"
        },
        {
            "id": "f09dbc49-3104-4a50-af3d-df109a238123",
            "gambit_id": "0f3f039c-e815-42a4-a2b0-e431a20dcb45",
            "last_updated": "2023-06-10T13:43:12.643070-04:00",
            "created_at": "2023-06-08T08:43:18.626367-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40959629-52c6-4ca2-9e19-06bde614daa4/?format=api"
        }
    ]
}