GET /api/bet_types/4ebda3ca-ad63-4b4a-8cc6-60345424da16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ebda3ca-ad63-4b4a-8cc6-60345424da16",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac7dbc0a-d347-433b-8675-0cc681190ccf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:09.289221-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": "Cincinnati Bengals",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d979210a-f9b8-4b61-9092-651fe94ccc76",
            "gambit_id": "cb6ee39a-2658-4999-afab-5415c702875b",
            "last_updated": "2023-11-06T21:08:15.694155-05:00",
            "created_at": "2023-11-02T09:03:09.300906-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ebda3ca-ad63-4b4a-8cc6-60345424da16/?format=api"
        },
        {
            "id": "2babea7a-18ed-4223-8b03-e5a102e1ea0a",
            "gambit_id": "4ea1e0be-9789-47e5-9e27-cf2e8b34e683",
            "last_updated": "2023-11-06T21:08:15.690773-05:00",
            "created_at": "2023-11-02T09:03:09.293652-04:00",
            "name": "Buffalo Bills",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ebda3ca-ad63-4b4a-8cc6-60345424da16/?format=api"
        }
    ]
}