GET /api/bet_types/fa24313e-6fd8-4bd2-b8e6-5c30b125f630/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa24313e-6fd8-4bd2-b8e6-5c30b125f630",
    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:12.176535-05: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": 6154.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "f74e7cdf-85e6-4957-b113-0ccc04943e90",
            "gambit_id": "0f60832f-9d32-478a-b9cf-0c90fa5398a3",
            "last_updated": "2024-01-26T20:48:21.017861-05:00",
            "created_at": "2024-01-25T13:28:12.181073-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa24313e-6fd8-4bd2-b8e6-5c30b125f630/?format=api"
        },
        {
            "id": "305e4090-99b5-4bac-8256-52295793418f",
            "gambit_id": "c30d7db0-09f5-4356-89a0-9a51763948a9",
            "last_updated": "2024-01-26T20:48:21.024312-05:00",
            "created_at": "2024-01-25T13:28:12.186968-05:00",
            "name": "Indiana Pacers",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa24313e-6fd8-4bd2-b8e6-5c30b125f630/?format=api"
        }
    ]
}