GET /api/bet_types/3bb8a919-95cb-4d62-a817-7e38d11a6fdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bb8a919-95cb-4d62-a817-7e38d11a6fdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5b8c825-eefd-447c-8462-217da6ea8534/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-06T09:23:27.452728-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fa2a961-1e67-40ce-b1e6-9448db7df432",
            "gambit_id": "a7468204-ac5e-4ec1-b8da-e2fe5a01ba75",
            "last_updated": "2024-01-09T10:48:30.560688-05:00",
            "created_at": "2024-01-06T09:23:27.456779-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb8a919-95cb-4d62-a817-7e38d11a6fdf/?format=api"
        },
        {
            "id": "cb0c8e63-e700-4d2c-8d5e-c619cfeb92d4",
            "gambit_id": "c998fe1c-c50f-4d4c-ae0b-1abd9f8668f5",
            "last_updated": "2024-01-09T10:48:30.564046-05:00",
            "created_at": "2024-01-06T09:23:27.461094-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bb8a919-95cb-4d62-a817-7e38d11a6fdf/?format=api"
        }
    ]
}