GET /api/bet_types/c479226d-8cfd-4e32-bf1f-87bd55fc9c04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c479226d-8cfd-4e32-bf1f-87bd55fc9c04",
    "match": "https://api-prod.gambitprofit.com/api/matches/81a24f60-484b-41f6-acbb-b539b35298e6/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fe8bbf3-54b5-4667-a07b-4c4ad2b01eab",
            "gambit_id": "d1c459a6-4e9a-4410-8fdf-6f1dc4594a90",
            "last_updated": "2022-12-20T15:42:20.217338-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c479226d-8cfd-4e32-bf1f-87bd55fc9c04/?format=api"
        },
        {
            "id": "30737c1d-5e4a-47fd-9205-1d1143888cb8",
            "gambit_id": "76b8b279-af81-4061-9cd2-fd7ab32d8642",
            "last_updated": "2022-12-20T15:42:20.216141-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c479226d-8cfd-4e32-bf1f-87bd55fc9c04/?format=api"
        }
    ]
}