GET /api/bet_types/542521b5-86be-4842-ae46-3e07e2ed6be3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "542521b5-86be-4842-ae46-3e07e2ed6be3",
    "match": "https://api-prod.gambitprofit.com/api/matches/920b7a34-d913-42f2-850e-933de6810bca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-14T12:32:24.072569-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Umar Nurmagomedov",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Umar Nurmagomedov",
                "amount": 8497.0
            },
            {
                "team": "Raoni Barcelos",
                "amount": 1503.0
            }
        ],
        "expected_reward_tokens": 9258.48,
        "profit_sb": 258.48,
        "profit_sb_percentage": 2.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e5af9a0-039a-4156-8fde-e782574f01d3",
            "gambit_id": "2cbc344f-9393-497b-9acd-330c610fe9b0",
            "last_updated": "2023-01-16T10:16:51.759726-05:00",
            "created_at": "2023-01-14T12:32:24.075634-05:00",
            "name": "Umar Nurmagomedov",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542521b5-86be-4842-ae46-3e07e2ed6be3/?format=api"
        },
        {
            "id": "bebad081-7f94-4c57-8758-a81eb833c81f",
            "gambit_id": "5337aeed-9940-4408-8deb-272a057325d5",
            "last_updated": "2023-01-16T10:16:51.762884-05:00",
            "created_at": "2023-01-14T12:32:24.079021-05:00",
            "name": "Raoni Barcelos",
            "reward": "6.16000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/542521b5-86be-4842-ae46-3e07e2ed6be3/?format=api"
        }
    ]
}