GET /api/bet_types/c40b1400-f34a-4231-9cd8-2c4f855618fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c40b1400-f34a-4231-9cd8-2c4f855618fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6930733d-4c64-4883-8290-a4bc70d78297/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:05.447110-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "235eeba2-5bfc-424d-b60a-c5f7c9c44064",
            "gambit_id": "d50d3c74-7aeb-40ad-824f-960ad19e37b6",
            "last_updated": "2023-05-15T11:37:02.536648-04:00",
            "created_at": "2023-05-14T10:57:05.450892-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c40b1400-f34a-4231-9cd8-2c4f855618fc/?format=api"
        },
        {
            "id": "3479f5ef-6ee5-426f-9b31-88df96c53d9e",
            "gambit_id": "f8e3a954-8570-415e-be0c-44f2bf7fa5e5",
            "last_updated": "2023-05-15T11:37:02.534857-04:00",
            "created_at": "2023-05-14T10:57:05.448965-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c40b1400-f34a-4231-9cd8-2c4f855618fc/?format=api"
        }
    ]
}