GET /api/bet_types/36d65ec0-49ba-4762-b54c-f18870591dd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36d65ec0-49ba-4762-b54c-f18870591dd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ac4f20-6160-46d8-b461-eb7d778840fe/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-31T10:23:03.824015-04: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": "BAL",
                "amount": 6010.0
            },
            {
                "team": "TOR",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "57dd4e2b-679b-4b7e-b5d2-b7148018e404",
            "gambit_id": "16ed0a23-871d-494f-b1e3-60d9f1fcbbb5",
            "last_updated": "2023-08-01T11:03:23.856720-04:00",
            "created_at": "2023-07-31T10:23:03.829682-04:00",
            "name": "BAL",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d65ec0-49ba-4762-b54c-f18870591dd5/?format=api"
        },
        {
            "id": "9295f612-50e9-4ed7-905a-6de62e229af3",
            "gambit_id": "90c989b1-8dbf-48b7-8ce3-346c3a910b85",
            "last_updated": "2023-08-01T11:03:23.860554-04:00",
            "created_at": "2023-07-31T10:23:03.835212-04:00",
            "name": "TOR",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d65ec0-49ba-4762-b54c-f18870591dd5/?format=api"
        }
    ]
}