GET /api/bet_types/f0f52eb2-6cb9-43af-81c4-4a52511b9815/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0f52eb2-6cb9-43af-81c4-4a52511b9815",
    "match": "https://api-prod.gambitprofit.com/api/matches/19d62b60-80d4-4b98-9cca-3bb35a5136b6/?format=api",
    "name": "Pick the Winner",
    "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": "New York Jets",
                "amount": 7469.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2531.0
            }
        ],
        "expected_reward_tokens": 9186.87,
        "profit_sb": 186.87,
        "profit_sb_percentage": 2.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "17708d69-387d-4b32-99f3-9db06a30dca8",
            "gambit_id": "90375034-ae96-48a9-ae60-f6370f5f473e",
            "last_updated": "2022-11-28T11:47:16.845391-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f52eb2-6cb9-43af-81c4-4a52511b9815/?format=api"
        },
        {
            "id": "fa172533-462c-4735-97cb-5845f2fe1221",
            "gambit_id": "c874b939-22f1-4441-9b08-12c748dd04e0",
            "last_updated": "2022-11-28T11:47:16.846368-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f52eb2-6cb9-43af-81c4-4a52511b9815/?format=api"
        }
    ]
}