GET /api/bet_types/0ee5c733-85e1-4ccc-944c-71586811dcbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ee5c733-85e1-4ccc-944c-71586811dcbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a894575-ce67-48b3-acf2-bda5681bd03b/?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": "Edmonton Oilers",
                "amount": 5208.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "1b427ecf-eede-4d53-aff9-8426dc1119a8",
            "gambit_id": "d7c343be-5004-4254-861b-6757169e075d",
            "last_updated": "2022-12-08T13:02:16.815977-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee5c733-85e1-4ccc-944c-71586811dcbc/?format=api"
        },
        {
            "id": "6f50cd46-60fc-4b69-b8c3-6470f9a6ae51",
            "gambit_id": "0522a848-db4f-479e-a847-8a16d3cb6d98",
            "last_updated": "2022-12-08T13:02:16.817014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee5c733-85e1-4ccc-944c-71586811dcbc/?format=api"
        }
    ]
}