GET /api/bet_types/99ce6665-d17c-40ed-8ff9-ea2764d3764c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99ce6665-d17c-40ed-8ff9-ea2764d3764c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa3834a4-381f-475a-aea7-11ecf4b37902/?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": "Detroit Red Wings",
                "amount": 5208.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ef16179-3e4f-42ad-b086-2ebcd747809f",
            "gambit_id": "8d6210e1-410f-4550-94cf-484bbcd58935",
            "last_updated": "2022-12-07T09:42:34.706211-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ce6665-d17c-40ed-8ff9-ea2764d3764c/?format=api"
        },
        {
            "id": "77f99669-7a35-42d7-8e4f-755453d450e3",
            "gambit_id": "adeadbbe-03fa-4991-8a71-b6a2922daecc",
            "last_updated": "2022-12-07T09:42:34.705259-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99ce6665-d17c-40ed-8ff9-ea2764d3764c/?format=api"
        }
    ]
}