GET /api/bet_types/888e0af1-6a72-4662-8c14-5008ebd2ef92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888e0af1-6a72-4662-8c14-5008ebd2ef92",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee81fc23-559a-4589-87fc-306103ff5b9d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:23:19.773407-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": 7549.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2451.0
            }
        ],
        "expected_reward_tokens": 9436.25,
        "profit_sb": -63.75,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c6a7fcb-c377-4dbc-8f5b-331417b1ee26",
            "gambit_id": "d4e15325-aba0-4270-9e0c-2090ff1fc0ac",
            "last_updated": "2023-11-12T11:28:23.758407-05:00",
            "created_at": "2023-11-10T08:23:19.777489-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888e0af1-6a72-4662-8c14-5008ebd2ef92/?format=api"
        },
        {
            "id": "b11de9ac-523c-44b4-a822-f7f310891995",
            "gambit_id": "369631bc-a5e1-486a-9d4b-c656b59a6050",
            "last_updated": "2023-11-12T11:28:23.761998-05:00",
            "created_at": "2023-11-10T08:23:19.782927-05:00",
            "name": "Detroit Pistons",
            "reward": "3.85000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888e0af1-6a72-4662-8c14-5008ebd2ef92/?format=api"
        }
    ]
}