GET /api/bet_types/16041a7c-4f0d-4f3f-bc82-ef178fa0429f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16041a7c-4f0d-4f3f-bc82-ef178fa0429f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fc252b2-7e06-4529-824f-00a1193b60dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:08.851154-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": "Los Angeles Chargers",
                "amount": 5000.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "77deb1aa-c089-468d-9dd5-3ea7aa21e202",
            "gambit_id": "4ac3175c-3deb-4a3c-9133-a6917eef6140",
            "last_updated": "2023-11-20T19:42:59.919058-05:00",
            "created_at": "2023-11-16T09:28:08.856845-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16041a7c-4f0d-4f3f-bc82-ef178fa0429f/?format=api"
        },
        {
            "id": "572421f5-28ef-471c-81a5-da25a6f0fd99",
            "gambit_id": "86b5b3c1-b270-43fa-b1c1-30d400c425bd",
            "last_updated": "2023-11-20T19:42:59.922503-05:00",
            "created_at": "2023-11-16T09:28:08.861627-05:00",
            "name": "Green Bay Packers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16041a7c-4f0d-4f3f-bc82-ef178fa0429f/?format=api"
        }
    ]
}