GET /api/bet_types/5df51cb4-bf30-4cfa-b9ee-6eac99926053/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5df51cb4-bf30-4cfa-b9ee-6eac99926053",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b3d522b-c8c7-4e0b-b9aa-fbeb73b4a3c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:04.635783-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": "Philadelphia 76ers",
                "amount": 6849.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f36a9a9-f3ea-4b67-bc94-c40d90880f83",
            "gambit_id": "be7683d3-f399-49a1-b119-5f7243dd589a",
            "last_updated": "2023-11-06T10:03:05.663698-05:00",
            "created_at": "2023-11-04T09:48:04.648536-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df51cb4-bf30-4cfa-b9ee-6eac99926053/?format=api"
        },
        {
            "id": "e5f00459-fca5-49b8-bfe2-e5973604e5f0",
            "gambit_id": "031abdd1-3b90-44f7-b196-01a40b4f4d2c",
            "last_updated": "2023-11-06T10:03:05.660490-05:00",
            "created_at": "2023-11-04T09:48:04.642715-04:00",
            "name": "Phoenix Suns",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df51cb4-bf30-4cfa-b9ee-6eac99926053/?format=api"
        }
    ]
}