GET /api/bet_types/40f505e5-5885-423f-a6c5-4ebdc2f34b10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40f505e5-5885-423f-a6c5-4ebdc2f34b10",
    "match": "https://api-prod.gambitprofit.com/api/matches/9988de92-cbf4-467f-bd01-16e2b00b0b8f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:09.883472-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce0f84c4-2455-46ce-b811-675f2726ce0d",
            "gambit_id": "0fa33c87-d0a9-4c7b-b268-f9bc5ad33479",
            "last_updated": "2023-12-16T10:32:54.882459-05:00",
            "created_at": "2023-12-14T09:28:09.888057-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f505e5-5885-423f-a6c5-4ebdc2f34b10/?format=api"
        },
        {
            "id": "1cdc7996-c3e8-405b-8536-246f81938d53",
            "gambit_id": "01f62de2-aaa6-4271-afa1-374514d5628d",
            "last_updated": "2023-12-16T10:32:54.885721-05:00",
            "created_at": "2023-12-14T09:28:09.893077-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40f505e5-5885-423f-a6c5-4ebdc2f34b10/?format=api"
        }
    ]
}