GET /api/bet_types/c4a99cc8-6ee6-40f0-b0b2-f33e2f6048ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4a99cc8-6ee6-40f0-b0b2-f33e2f6048ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/447cb1d0-cb6c-40f7-868d-8cf4498240d0/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ea00eff-b8b1-49d2-b913-dcc457baa351",
            "gambit_id": "40db6d08-cc29-4eb0-8a8f-6dd37553072e",
            "last_updated": "2022-11-14T11:28:17.223116-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a99cc8-6ee6-40f0-b0b2-f33e2f6048ca/?format=api"
        },
        {
            "id": "52a400b3-cbfd-4619-843e-071135704d39",
            "gambit_id": "ddc654c0-9669-4536-808a-8b18062c8151",
            "last_updated": "2022-11-14T11:28:17.224223-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4a99cc8-6ee6-40f0-b0b2-f33e2f6048ca/?format=api"
        }
    ]
}