GET /api/bet_types/f87f84d1-9410-482e-8d81-2bbeba55bd24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f87f84d1-9410-482e-8d81-2bbeba55bd24",
    "match": "https://api-prod.gambitprofit.com/api/matches/67f775ca-7501-4be3-b9bf-89fabd207341/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:12.390703-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": "Atlanta Falcons",
                "amount": 5098.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac900284-975b-4764-9401-9c266644b18a",
            "gambit_id": "ebc3b75b-2c8c-4b62-829e-953aa1c4ac46",
            "last_updated": "2023-01-09T10:06:47.658485-05:00",
            "created_at": "2023-01-05T09:57:12.391914-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87f84d1-9410-482e-8d81-2bbeba55bd24/?format=api"
        },
        {
            "id": "b0681b0e-a447-4e27-9b4c-4df1994e30b6",
            "gambit_id": "a6adbb4d-0745-4ab0-915a-e0a01d4caf77",
            "last_updated": "2023-01-09T10:06:47.659581-05:00",
            "created_at": "2023-01-05T09:57:12.393175-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f87f84d1-9410-482e-8d81-2bbeba55bd24/?format=api"
        }
    ]
}