GET /api/bet_types/05ed0200-c335-4531-baca-93e50b706f07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05ed0200-c335-4531-baca-93e50b706f07",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1177370-26aa-4146-a8f6-7465f2398630/?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": "Iowa State",
                "amount": 6042.0
            },
            {
                "team": "Texas Tech",
                "amount": 3958.0
            }
        ],
        "expected_reward_tokens": 9182.56,
        "profit_sb": 182.56,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e5851978-1df0-45f1-886e-95ead511c530",
            "gambit_id": "1941eab1-9ace-4b3e-a17b-4271f0555a4d",
            "last_updated": "2022-11-21T09:53:01.636959-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Iowa State",
            "reward": "1.52000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ed0200-c335-4531-baca-93e50b706f07/?format=api"
        },
        {
            "id": "cb568dc0-4bf6-43ff-9d21-0620437aec9f",
            "gambit_id": "29494d38-50e2-4a1b-a85e-3cb23d9d9d32",
            "last_updated": "2022-11-21T09:53:01.638142-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "2.32000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ed0200-c335-4531-baca-93e50b706f07/?format=api"
        }
    ]
}