GET /api/bet_types/d4fbcecc-7a0d-404a-a8d3-3459e48250d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4fbcecc-7a0d-404a-a8d3-3459e48250d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4292741b-97ee-4b1f-90b3-977e342cb30b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:14.482826-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": "Memphis",
                "amount": 7162.0
            },
            {
                "team": "Utah State",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9166.74,
        "profit_sb": 166.74,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b5e2f89-f321-4a2c-bc9a-bc521b3ecccc",
            "gambit_id": "314f1ea0-e051-4761-a6ab-ef36631d69a8",
            "last_updated": "2022-12-28T21:57:16.838983-05:00",
            "created_at": "2022-12-27T08:57:14.484070-05:00",
            "name": "Memphis",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4fbcecc-7a0d-404a-a8d3-3459e48250d5/?format=api"
        },
        {
            "id": "f8bb343d-39dc-42df-8515-7c16fee822e9",
            "gambit_id": "7f187243-48ee-4ad2-8deb-c600ee7e7bb5",
            "last_updated": "2022-12-28T21:57:16.840136-05:00",
            "created_at": "2022-12-27T08:57:14.485357-05:00",
            "name": "Utah State",
            "reward": "3.23000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4fbcecc-7a0d-404a-a8d3-3459e48250d5/?format=api"
        }
    ]
}