GET /api/bet_types/5844d4c9-da36-4a5e-8fc4-e5aed10b4966/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5844d4c9-da36-4a5e-8fc4-e5aed10b4966",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1acf0f1-6926-47a0-93d6-86e42c33d757/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:08.318050-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": "Edmonton Oilers",
                "amount": 6010.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "df11e303-10f3-46b3-92b2-79cad4b2eeb8",
            "gambit_id": "f3c5592e-5ee6-4705-b5ea-28acadf3650a",
            "last_updated": "2023-10-23T20:33:02.111898-04:00",
            "created_at": "2023-10-21T09:38:08.327794-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5844d4c9-da36-4a5e-8fc4-e5aed10b4966/?format=api"
        },
        {
            "id": "4f45aa41-1f94-471b-a12c-29680bae39f4",
            "gambit_id": "b1c4ce29-1c2a-405c-8f77-4d8af202fdd6",
            "last_updated": "2023-10-23T20:33:02.115820-04:00",
            "created_at": "2023-10-21T09:38:08.331963-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5844d4c9-da36-4a5e-8fc4-e5aed10b4966/?format=api"
        }
    ]
}