GET /api/bet_types/66217012-e672-48f8-ba7a-a571456f1a65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66217012-e672-48f8-ba7a-a571456f1a65",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0056fea-fa14-40bb-ad1c-1317894687ad/?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": "Winnipeg Jets",
                "amount": 6563.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2354b5b-3f1b-4510-9102-8527864a8b78",
            "gambit_id": "8448d622-603a-4065-9887-77f6668d12af",
            "last_updated": "2022-10-28T09:47:05.175252-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66217012-e672-48f8-ba7a-a571456f1a65/?format=api"
        },
        {
            "id": "4e729e55-026b-448a-a5eb-d0d619f9c863",
            "gambit_id": "1d5e45bc-4130-4d97-a607-f124acd9c3dc",
            "last_updated": "2022-10-28T09:47:05.174097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66217012-e672-48f8-ba7a-a571456f1a65/?format=api"
        }
    ]
}