GET /api/bet_types/e02ed74d-f839-462a-9d00-dd79a24a9300/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e02ed74d-f839-462a-9d00-dd79a24a9300",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a44fe7e-ff59-4726-98a3-7f5808275dac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:05.506816-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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "20ae0cb1-a41f-4c1c-b7e9-2c115eea7d68",
            "gambit_id": "95a8f87b-6fe0-4712-973c-a326d5bf5ac2",
            "last_updated": "2023-08-21T19:58:16.263777-04:00",
            "created_at": "2023-08-17T13:03:05.510694-04:00",
            "name": "Game Total Over 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e02ed74d-f839-462a-9d00-dd79a24a9300/?format=api"
        },
        {
            "id": "c723e3c1-a6d5-4600-992b-933041ca204e",
            "gambit_id": "08530327-1deb-4a07-aacf-f1dfb93829d8",
            "last_updated": "2023-08-21T19:58:16.267339-04:00",
            "created_at": "2023-08-17T13:03:05.515852-04:00",
            "name": "Game Total Under 36.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e02ed74d-f839-462a-9d00-dd79a24a9300/?format=api"
        }
    ]
}