GET /api/bet_types/a48d39c6-3b00-45fd-b905-5089325c07fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a48d39c6-3b00-45fd-b905-5089325c07fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9214b95d-85df-4ccb-9476-9d665b20c746/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:21.838704-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fe98f3e-1a57-4e9c-b634-74f80888a382",
            "gambit_id": "9fa735f7-03d5-4acf-a862-97055cb9a6e9",
            "last_updated": "2023-06-22T10:13:04.013147-04:00",
            "created_at": "2023-06-20T08:33:21.841438-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48d39c6-3b00-45fd-b905-5089325c07fc/?format=api"
        },
        {
            "id": "53e33d06-c2a2-42fe-bb09-4a3679332f76",
            "gambit_id": "750cfd73-7541-4ecf-8fa7-9fa8b0e390d3",
            "last_updated": "2023-06-22T10:13:04.014809-04:00",
            "created_at": "2023-06-20T08:33:21.844290-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a48d39c6-3b00-45fd-b905-5089325c07fc/?format=api"
        }
    ]
}