GET /api/bet_types/ebd0012a-f47d-49bb-9f49-b6923044e66f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebd0012a-f47d-49bb-9f49-b6923044e66f",
    "match": "https://api-prod.gambitprofit.com/api/matches/84762675-18e7-42e3-a825-85bba625840a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:48:14.375832-05: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 236",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 236",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "86ab955c-9a59-46d7-915c-4a0abe308e8b",
            "gambit_id": "ceb9cc7d-eb1b-4540-943b-06efc79de13e",
            "last_updated": "2023-11-27T21:37:58.798022-05:00",
            "created_at": "2023-11-26T09:48:14.383211-05:00",
            "name": "Game Total Under 236",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd0012a-f47d-49bb-9f49-b6923044e66f/?format=api"
        },
        {
            "id": "19396be0-8a7d-4446-8ab0-826e10631543",
            "gambit_id": "94a5c43a-d4ad-487f-9147-4865626d919c",
            "last_updated": "2023-11-27T21:37:58.794651-05:00",
            "created_at": "2023-11-26T09:48:14.379393-05:00",
            "name": "Game Total Over 236",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "236.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd0012a-f47d-49bb-9f49-b6923044e66f/?format=api"
        }
    ]
}