GET /api/bet_types/7fa13570-c4c8-4842-93db-5d591730013e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7fa13570-c4c8-4842-93db-5d591730013e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0cc776f-4faa-4251-a1f2-bc2b00a18460/?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": "Buffalo Bills",
                "amount": 5000.0
            },
            {
                "team": "Denver Broncos",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbf8005e-4947-496b-b93c-14c5cdc0d8d1",
            "gambit_id": "03606155-754d-4c82-9730-08c9e64aaefc",
            "last_updated": "2022-08-21T12:57:09.454981-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Bills",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa13570-c4c8-4842-93db-5d591730013e/?format=api"
        },
        {
            "id": "5ad527f0-16e7-4f10-8a51-40d2ce8978ea",
            "gambit_id": "0b87fef5-950a-4e36-add7-2ad27dc99899",
            "last_updated": "2022-08-21T12:57:09.455458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7fa13570-c4c8-4842-93db-5d591730013e/?format=api"
        }
    ]
}