GET /api/bet_types/cd4f1598-c803-4370-9533-2f5211dfed3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4f1598-c803-4370-9533-2f5211dfed3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7c42980-e7eb-4b8f-9c8e-7e433232bc89/?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": "San Francisco 49ers",
                "amount": 5097.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "ecdbb36f-72ef-432a-88a1-b35b88c78814",
            "gambit_id": "3a780b03-5c39-4d14-984c-b70f79432ac2",
            "last_updated": "2022-09-19T10:21:55.762520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4f1598-c803-4370-9533-2f5211dfed3e/?format=api"
        },
        {
            "id": "23edf5eb-fd6c-446f-b829-bac9e78fce13",
            "gambit_id": "5aa650c5-6395-4f2e-88fc-b71a69d4507b",
            "last_updated": "2022-09-19T10:21:55.763552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4f1598-c803-4370-9533-2f5211dfed3e/?format=api"
        }
    ]
}