GET /api/bet_types/f543a309-7703-4d05-8bd3-ed8752365e7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f543a309-7703-4d05-8bd3-ed8752365e7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5843dbb5-505c-46fc-b78f-773123226301/?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": "LAA",
                "amount": 6061.0
            },
            {
                "team": "MIN",
                "amount": 3939.0
            }
        ],
        "expected_reward_tokens": 9333.94,
        "profit_sb": 333.94,
        "profit_sb_percentage": 3.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "035d8548-ebef-4e6a-8df4-932356aa12e6",
            "gambit_id": "182821f2-b01c-45fb-88bf-99c4c7b41a69",
            "last_updated": "2022-08-14T13:36:50.341092-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f543a309-7703-4d05-8bd3-ed8752365e7a/?format=api"
        },
        {
            "id": "8e7328a1-b42f-4fd1-a347-92d87fe701ec",
            "gambit_id": "743122ac-eda4-42f2-b7aa-8a62f32fc5c4",
            "last_updated": "2022-08-14T13:36:50.341514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.37000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f543a309-7703-4d05-8bd3-ed8752365e7a/?format=api"
        }
    ]
}