GET /api/bet_types/4499b73e-bb7a-43c6-9c92-99b4b2d387aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4499b73e-bb7a-43c6-9c92-99b4b2d387aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6e50ac-b075-47de-8d7f-b48b3e9e9681/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:08.406974-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": "New York Jets",
                "amount": 5107.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ed021369-73ec-47b8-af7d-b7c3b27b6647",
            "gambit_id": "40064605-e1d7-49c7-b108-051fb21eb968",
            "last_updated": "2023-12-04T21:03:10.963662-05:00",
            "created_at": "2023-11-30T10:28:08.416985-05:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4499b73e-bb7a-43c6-9c92-99b4b2d387aa/?format=api"
        },
        {
            "id": "999ce01e-566d-406d-9865-2a48f05a8c38",
            "gambit_id": "f9409de1-c03a-4cca-a5fa-74f0907059f3",
            "last_updated": "2023-12-04T21:03:10.960354-05:00",
            "created_at": "2023-11-30T10:28:08.411039-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4499b73e-bb7a-43c6-9c92-99b4b2d387aa/?format=api"
        }
    ]
}