GET /api/bet_types/edb65c69-c5cb-481e-a2d6-07b3961218b9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edb65c69-c5cb-481e-a2d6-07b3961218b9",
    "match": "https://api-prod.gambitprofit.com/api/matches/90d9db43-01d9-44b5-ad4f-79b848a7880e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:12:12.203069-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota Timberwolves",
                "amount": 8884.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1116.0
            }
        ],
        "expected_reward_tokens": 9417.04,
        "profit_sb": -82.96,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "ef6b5d4d-34dd-49b0-9590-d3dad62ef972",
            "gambit_id": "23ae8d93-5695-499d-806e-093495677a10",
            "last_updated": "2023-04-09T11:47:15.825835-04:00",
            "created_at": "2023-04-08T09:12:12.206766-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.06000",
            "odds": "1.06670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edb65c69-c5cb-481e-a2d6-07b3961218b9/?format=api"
        },
        {
            "id": "2d968333-cb44-4095-8337-563e6aa83c9f",
            "gambit_id": "19ea8dd2-2573-4afa-b684-a62e4f2332d9",
            "last_updated": "2023-04-09T11:47:15.823057-04:00",
            "created_at": "2023-04-08T09:12:12.204844-04:00",
            "name": "San Antonio Spurs",
            "reward": "8.44000",
            "odds": "8.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edb65c69-c5cb-481e-a2d6-07b3961218b9/?format=api"
        }
    ]
}