GET /api/bet_types/1cb14e37-d9ca-447d-b14f-b0d4799dd3c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cb14e37-d9ca-447d-b14f-b0d4799dd3c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a59bafc-e7ce-4a33-ab82-0c55dfd9a573/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:20.319796-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0277b88f-af39-4479-9772-6de4896b09c6",
            "gambit_id": "80c84873-b94c-4a0a-a293-0dc60cb92978",
            "last_updated": "2023-04-12T09:46:53.961141-04:00",
            "created_at": "2023-04-11T09:02:20.326826-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb14e37-d9ca-447d-b14f-b0d4799dd3c9/?format=api"
        },
        {
            "id": "9ad4520f-9d50-4bfd-9ff9-df6bc5384b78",
            "gambit_id": "3b1c76fb-10e3-4cca-a4cc-00a33b5861ae",
            "last_updated": "2023-04-12T09:46:53.959074-04:00",
            "created_at": "2023-04-11T09:02:20.323955-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb14e37-d9ca-447d-b14f-b0d4799dd3c9/?format=api"
        }
    ]
}