GET /api/bet_types/a728285b-7c57-41f5-b884-7ee084f92f5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a728285b-7c57-41f5-b884-7ee084f92f5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0595379e-21a1-4461-bc75-f2004973660a/?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": "Washington Commanders",
                "amount": 5208.0
            },
            {
                "team": "Houston Texans",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "db1ab19c-8b17-448a-b219-5e9403030296",
            "gambit_id": "c4d0a02d-e48b-42be-9772-6ef729aad35b",
            "last_updated": "2022-11-21T15:53:12.601104-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Commanders",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a728285b-7c57-41f5-b884-7ee084f92f5b/?format=api"
        },
        {
            "id": "2865df8b-efe1-4301-b84b-91b7699f2403",
            "gambit_id": "1580e43a-eb85-408f-9f5e-e1a7a800386e",
            "last_updated": "2022-11-21T15:53:12.599939-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a728285b-7c57-41f5-b884-7ee084f92f5b/?format=api"
        }
    ]
}