GET /api/bet_types/f44f5987-7845-4840-b4b7-cb12534d1ded/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f44f5987-7845-4840-b4b7-cb12534d1ded",
    "match": "https://api-prod.gambitprofit.com/api/matches/11457d95-7dc2-426e-a95d-ea9af59780d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:29.912816-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": "SDG (Y Darvish)",
                "amount": 5325.0
            },
            {
                "team": "NYM (J Verlander)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5bd59c1-1a69-4478-873f-3e52d6722161",
            "gambit_id": "2cff639b-f726-4c41-957b-eb9612b19ca8",
            "last_updated": "2023-07-09T09:58:33.152521-04:00",
            "created_at": "2023-07-07T11:33:29.918444-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44f5987-7845-4840-b4b7-cb12534d1ded/?format=api"
        },
        {
            "id": "18792ff2-a250-429d-8ccc-cf5a82a4689b",
            "gambit_id": "d5f2a74f-326f-434f-832c-210f0e2dddb6",
            "last_updated": "2023-07-09T09:58:33.150256-04:00",
            "created_at": "2023-07-07T11:33:29.915837-04:00",
            "name": "NYM (J Verlander)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f44f5987-7845-4840-b4b7-cb12534d1ded/?format=api"
        }
    ]
}