GET /api/bet_types/732803f4-8655-42b1-8202-e60d3c53e2a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "732803f4-8655-42b1-8202-e60d3c53e2a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3371c17c-69f9-4c0e-9226-f212c5ba64e5/?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": "Philadelphia 76ers",
                "amount": 5610.0
            },
            {
                "team": "Washington Wizards",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6513ac1-56bb-4ba5-a175-34e1f2cbf719",
            "gambit_id": "8c1e3a8c-0b76-4e2f-a5e3-5fdffb9000d0",
            "last_updated": "2022-11-01T09:57:24.055719-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732803f4-8655-42b1-8202-e60d3c53e2a7/?format=api"
        },
        {
            "id": "f38d7f78-70fd-4406-ac19-7be6cbc1369e",
            "gambit_id": "0a7858f2-e748-410f-b4c9-2df415d010ae",
            "last_updated": "2022-11-01T09:57:24.052059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/732803f4-8655-42b1-8202-e60d3c53e2a7/?format=api"
        }
    ]
}