GET /api/bet_types/11186565-3b50-4fab-a47b-86779be6fa7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11186565-3b50-4fab-a47b-86779be6fa7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ffd852d-895e-47f3-bdf3-c85df98f7b89/?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": "Arizona Cardinals",
                "amount": 5097.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "f02e6171-5965-45c8-9d04-76acaec134ac",
            "gambit_id": "d426a859-fc66-43b2-9025-5d31ebc701fa",
            "last_updated": "2022-11-07T09:58:48.807459-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11186565-3b50-4fab-a47b-86779be6fa7e/?format=api"
        },
        {
            "id": "3221618d-e255-4b2a-b04a-343ef97e690f",
            "gambit_id": "f8814ce1-b8fc-4c28-a32d-986e079bc48a",
            "last_updated": "2022-11-07T09:58:48.808414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11186565-3b50-4fab-a47b-86779be6fa7e/?format=api"
        }
    ]
}