GET /api/bet_types/f18856c0-d828-4f26-b33e-c80392553ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f18856c0-d828-4f26-b33e-c80392553ab9",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d0f3159-98b7-455a-a94b-d9416bc0bcca/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-13T09:11:48.990013-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": "Denver Nuggets",
                "amount": 5098.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "abc5994a-c8bd-4c33-87a4-8e71276a4cd6",
            "gambit_id": "22f9d1de-71c5-452d-8442-f1a2fa9fc951",
            "last_updated": "2023-01-14T11:01:54.315110-05:00",
            "created_at": "2023-01-13T09:11:48.992300-05:00",
            "name": "Denver Nuggets",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18856c0-d828-4f26-b33e-c80392553ab9/?format=api"
        },
        {
            "id": "5fe1f10f-cca5-4e1b-a676-2e1d8b0e1648",
            "gambit_id": "367fecc3-a6dc-4293-a46f-2eb1d05eb98f",
            "last_updated": "2023-01-14T11:01:54.311929-05:00",
            "created_at": "2023-01-13T09:11:48.991125-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f18856c0-d828-4f26-b33e-c80392553ab9/?format=api"
        }
    ]
}