GET /api/bet_types/f704c58a-2d4b-41c8-85d0-39f70016636e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f704c58a-2d4b-41c8-85d0-39f70016636e",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a340e5-b1dd-47e5-a64f-143750db5fff/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-28T09:32:06.901800-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": "Phoenix Suns",
                "amount": 5098.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d7bb7e1-311a-410d-bc1f-7192f366a6eb",
            "gambit_id": "c6330aa2-820b-49ad-acbe-d8976943a52d",
            "last_updated": "2022-12-30T18:52:01.133980-05:00",
            "created_at": "2022-12-28T09:32:06.904246-05:00",
            "name": "Phoenix Suns",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f704c58a-2d4b-41c8-85d0-39f70016636e/?format=api"
        },
        {
            "id": "b1930d3d-71af-4496-9267-bd03772c68e9",
            "gambit_id": "f3216ee5-e72b-43a0-a928-d6a2c27a9d9a",
            "last_updated": "2022-12-30T18:52:01.132882-05:00",
            "created_at": "2022-12-28T09:32:06.903015-05:00",
            "name": "Washington Wizards",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f704c58a-2d4b-41c8-85d0-39f70016636e/?format=api"
        }
    ]
}