GET /api/bet_types/d1795fe6-23f2-4be0-9c40-8e8b50c223fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1795fe6-23f2-4be0-9c40-8e8b50c223fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/afa7b435-1cfe-48be-b334-03cdfec31e3c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T09:58:17.218809-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": 5213.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "57b008f8-1fea-45b0-935f-2889eca92fe2",
            "gambit_id": "1aedbfd8-3bb9-46df-8f82-fb34fb0d6672",
            "last_updated": "2023-09-26T08:58:30.446665-04:00",
            "created_at": "2023-09-20T09:58:17.226368-04:00",
            "name": "Cincinnati Bengals",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1795fe6-23f2-4be0-9c40-8e8b50c223fc/?format=api"
        },
        {
            "id": "480d5dd5-d524-45e5-8e3c-f93cf263559c",
            "gambit_id": "7a6bc3a6-aba7-4ad6-835b-382ec308eaaf",
            "last_updated": "2023-09-26T08:58:30.443312-04:00",
            "created_at": "2023-09-20T09:58:17.222428-04:00",
            "name": "Los Angeles Rams",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1795fe6-23f2-4be0-9c40-8e8b50c223fc/?format=api"
        }
    ]
}