GET /api/bet_types/4f948e73-2b43-4981-94d3-0dc6deb28ee5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f948e73-2b43-4981-94d3-0dc6deb28ee5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2378916a-7691-4612-b358-8895d7f3a25a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:58.549796-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": "Henry Cejudo",
                "amount": 5000.0
            },
            {
                "team": "Aljamain Sterling",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "46a2ee9d-565f-4ada-bc18-017302517cdd",
            "gambit_id": "e5df96a9-b497-42f1-91ba-eae0376b93b1",
            "last_updated": "2023-05-07T11:57:19.494388-04:00",
            "created_at": "2023-05-06T11:51:58.551280-04:00",
            "name": "Henry Cejudo",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f948e73-2b43-4981-94d3-0dc6deb28ee5/?format=api"
        },
        {
            "id": "3661d171-3646-4508-af02-bd900f8eba1c",
            "gambit_id": "240fb74f-7ae0-488b-87a8-0abe4da54a27",
            "last_updated": "2023-05-07T11:57:19.496076-04:00",
            "created_at": "2023-05-06T11:51:58.552746-04:00",
            "name": "Aljamain Sterling",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f948e73-2b43-4981-94d3-0dc6deb28ee5/?format=api"
        }
    ]
}