GET /api/bet_types/591d848e-b67c-4c72-a5fb-729a67823ea7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "591d848e-b67c-4c72-a5fb-729a67823ea7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d7aa81f-2022-4dd4-a24f-18a3cc098bae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:27:10.166940-04: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": "Morgan Starkey",
                "amount": 5297.0
            },
            {
                "team": "Dexter Thomas",
                "amount": 4703.0
            }
        ],
        "expected_reward_tokens": 9216.78,
        "profit_sb": -283.22,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5346751-f8a9-4d15-8c42-031f1661b945",
            "gambit_id": "f58b9f61-f8a6-4471-8d97-ba3d55b339c5",
            "last_updated": "2023-04-23T18:42:14.426454-04:00",
            "created_at": "2023-04-20T15:27:10.172692-04:00",
            "name": "Morgan Starkey",
            "reward": "1.74000",
            "odds": "1.77000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591d848e-b67c-4c72-a5fb-729a67823ea7/?format=api"
        },
        {
            "id": "4a7d9a71-8ff2-4639-b933-03d23d4143bc",
            "gambit_id": "1b8a7b36-7752-4503-b4f0-1981e59ea7f2",
            "last_updated": "2023-04-23T18:42:14.424901-04:00",
            "created_at": "2023-04-20T15:27:10.169918-04:00",
            "name": "Dexter Thomas",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591d848e-b67c-4c72-a5fb-729a67823ea7/?format=api"
        }
    ]
}