GET /api/bet_types/1fb7b4ff-5cb4-4753-961d-52277cc14492/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fb7b4ff-5cb4-4753-961d-52277cc14492",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3f67e20-2863-4e04-8dbe-831fb856c553/?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": "MIA",
                "amount": 5899.0
            },
            {
                "team": "PHI",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "516f39e2-8646-4a44-8fc9-f5720dff6a96",
            "gambit_id": "0d9685da-c38b-4313-9c4e-14426e7b7260",
            "last_updated": "2022-09-16T11:41:54.138643-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb7b4ff-5cb4-4753-961d-52277cc14492/?format=api"
        },
        {
            "id": "e448e1ce-f982-4d8d-a9c4-ad5124959c70",
            "gambit_id": "b4dbc4d0-38ed-473a-adf6-cbb93f06c76e",
            "last_updated": "2022-09-16T11:41:54.139739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fb7b4ff-5cb4-4753-961d-52277cc14492/?format=api"
        }
    ]
}