GET /api/bet_types/161287c7-64db-4c7f-9216-fafc737187fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "161287c7-64db-4c7f-9216-fafc737187fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7c10f90-609b-4be6-ad66-f83e24e03c81/?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": "New Orleans Saints",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4f8e2b5-6641-4dd1-9b3e-b1b7c42ca01f",
            "gambit_id": "128a6843-d2c3-404a-bd97-b98e5ef3495f",
            "last_updated": "2022-10-21T10:57:30.601458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/161287c7-64db-4c7f-9216-fafc737187fe/?format=api"
        },
        {
            "id": "f1edb1ff-7839-45b6-9fda-37952c8c16df",
            "gambit_id": "dd530288-6577-46b4-a515-79c8a54b007e",
            "last_updated": "2022-10-21T10:57:30.602432-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/161287c7-64db-4c7f-9216-fafc737187fe/?format=api"
        }
    ]
}