GET /api/bet_types/ae378af5-ba23-47e0-9bb5-bd1b5ce77b76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae378af5-ba23-47e0-9bb5-bd1b5ce77b76",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddf33bd-2172-4800-9ccd-9a0f026403c8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-05T11:47:04.018562-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "68bf55e3-7fae-4e2c-ad5f-ce3180b711ae",
            "gambit_id": "296f32e7-71f5-4261-ac6c-5da70aaddd64",
            "last_updated": "2023-05-06T11:52:01.154121-04:00",
            "created_at": "2023-05-05T11:47:04.021755-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae378af5-ba23-47e0-9bb5-bd1b5ce77b76/?format=api"
        },
        {
            "id": "1347006d-85d8-4d97-adf5-cc74859506f9",
            "gambit_id": "17e84d10-1cea-4c8e-b1f7-238501280bc1",
            "last_updated": "2023-05-06T11:52:01.152473-04:00",
            "created_at": "2023-05-05T11:47:04.020087-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae378af5-ba23-47e0-9bb5-bd1b5ce77b76/?format=api"
        }
    ]
}