GET /api/bet_types/db235ea6-ef2a-4519-a70e-48edd50e64fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db235ea6-ef2a-4519-a70e-48edd50e64fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3125464-e7a6-4803-8b39-6efc760b0c2a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:53.685784-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": "1ed69b0d-e431-4df4-b93c-bdad1c19234b",
            "gambit_id": "9aebcc6c-5b52-4b81-81dc-8d190a7d5dce",
            "last_updated": "2023-04-04T19:17:01.721068-04:00",
            "created_at": "2023-04-03T09:56:53.688667-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/db235ea6-ef2a-4519-a70e-48edd50e64fd/?format=api"
        },
        {
            "id": "2c7a4526-c5e6-498e-8675-be620414a830",
            "gambit_id": "f66ec466-cc71-40d8-b883-d3a561ca8fb8",
            "last_updated": "2023-04-04T19:17:01.719394-04:00",
            "created_at": "2023-04-03T09:56:53.687209-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/db235ea6-ef2a-4519-a70e-48edd50e64fd/?format=api"
        }
    ]
}