GET /api/bet_types/fbea902a-bffc-4725-bdc5-94ea29eef57b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbea902a-bffc-4725-bdc5-94ea29eef57b",
    "match": "https://api-prod.gambitprofit.com/api/matches/80e5bc88-384d-42a8-bff8-4047c770046e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T23:47:16.095585-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": "LOS (J Urias)",
                "amount": 5990.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9583.9,
        "profit_sb": 83.9,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c968693-518d-49f3-905d-f852045a7006",
            "gambit_id": "557e9ca0-4423-4e28-ab37-8baf69b84f2e",
            "last_updated": "2023-03-31T10:32:18.665435-04:00",
            "created_at": "2023-03-29T23:47:16.097481-04:00",
            "name": "LOS (J Urias)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbea902a-bffc-4725-bdc5-94ea29eef57b/?format=api"
        },
        {
            "id": "059faf1c-850a-48f7-a127-841ef7c45021",
            "gambit_id": "d506d83e-3159-4cfa-adc8-4431ff6b78a2",
            "last_updated": "2023-03-31T10:32:18.668124-04:00",
            "created_at": "2023-03-29T23:47:16.099451-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbea902a-bffc-4725-bdc5-94ea29eef57b/?format=api"
        }
    ]
}