GET /api/bet_types/e0f84598-ba43-4e93-a6c8-dcca32760ca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0f84598-ba43-4e93-a6c8-dcca32760ca1",
    "match": "https://api-prod.gambitprofit.com/api/matches/dff37432-fe23-44e0-a0fd-1a121ae3a431/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:05.591134-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "49c3426d-3ada-4b4f-bd43-a3b19cddbe7b",
            "gambit_id": "20dda6f4-2373-40e5-af53-bfa04a082f69",
            "last_updated": "2023-05-16T18:37:20.142660-04:00",
            "created_at": "2023-05-09T11:07:05.593660-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f84598-ba43-4e93-a6c8-dcca32760ca1/?format=api"
        },
        {
            "id": "f310c0e9-a411-481c-96f2-0d646ccda84d",
            "gambit_id": "8e948d03-6eb3-4a9d-b2d9-8ff7eeaecea4",
            "last_updated": "2023-05-16T18:37:20.144317-04:00",
            "created_at": "2023-05-09T11:07:05.596279-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0f84598-ba43-4e93-a6c8-dcca32760ca1/?format=api"
        }
    ]
}