GET /api/bet_types/65ac091c-d2c7-4e6d-809a-77b31f651021/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65ac091c-d2c7-4e6d-809a-77b31f651021",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ccc6e55-69ec-471b-8a0d-f50c269aa65d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T11:23:16.847056-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": "Miami Heat",
                "amount": 5094.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "45cd68dc-7e0a-4cae-a93e-76e3895596d7",
            "gambit_id": "9b8c0b1a-e5f1-477e-9ad9-3096269cd339",
            "last_updated": "2023-11-04T10:38:16.295677-04:00",
            "created_at": "2023-11-03T11:23:16.858045-04:00",
            "name": "Miami Heat",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ac091c-d2c7-4e6d-809a-77b31f651021/?format=api"
        },
        {
            "id": "13bb4fcb-b1c7-411d-951f-2e74413945ca",
            "gambit_id": "d94d09fe-6946-42c5-8abb-d4d80d0b14f6",
            "last_updated": "2023-11-04T10:38:16.291879-04:00",
            "created_at": "2023-11-03T11:23:16.853968-04:00",
            "name": "Washington Wizards",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65ac091c-d2c7-4e6d-809a-77b31f651021/?format=api"
        }
    ]
}