GET /api/bet_types/3dae4890-043b-4838-bfec-b91501de3bb2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dae4890-043b-4838-bfec-b91501de3bb2",
    "match": "https://api-prod.gambitprofit.com/api/matches/93310818-0bb8-4206-a470-b1a6741d966c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:23:02.777754-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": "Minnesota Timberwolves",
                "amount": 5094.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "adbec44a-4b70-4421-ad26-27a5f6045f55",
            "gambit_id": "184e515f-8706-4f63-8d3d-105cc344ac1e",
            "last_updated": "2023-11-10T11:33:14.292638-05:00",
            "created_at": "2023-11-08T08:23:02.786433-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dae4890-043b-4838-bfec-b91501de3bb2/?format=api"
        },
        {
            "id": "835e199f-879b-418f-bfa8-6d033b33d116",
            "gambit_id": "cb2bdfd7-3bc7-487f-9b47-5cfcbfd8ef2a",
            "last_updated": "2023-11-10T11:33:14.289301-05:00",
            "created_at": "2023-11-08T08:23:02.781765-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dae4890-043b-4838-bfec-b91501de3bb2/?format=api"
        }
    ]
}