GET /api/bet_types/76595490-b9e7-4d7e-ac53-ae3aa1426d9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76595490-b9e7-4d7e-ac53-ae3aa1426d9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8bbfe4b-7938-4fd4-9b27-d1602ea09f6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-18T09:22:16.736378-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e1d8fdc-6962-4591-aef1-1472310a401d",
            "gambit_id": "5ff52769-59a7-48d5-8549-893a83b61ad8",
            "last_updated": "2023-03-20T09:41:57.430866-04:00",
            "created_at": "2023-03-18T09:22:16.740340-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76595490-b9e7-4d7e-ac53-ae3aa1426d9b/?format=api"
        },
        {
            "id": "64a45461-df6b-49e0-b503-64a7be0215d3",
            "gambit_id": "5be4e0a2-8ec6-48bf-b897-30dd1b9f6e2e",
            "last_updated": "2023-03-20T09:41:57.428778-04:00",
            "created_at": "2023-03-18T09:22:16.738431-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76595490-b9e7-4d7e-ac53-ae3aa1426d9b/?format=api"
        }
    ]
}