GET /api/bet_types/3dc3ba41-61f1-446e-9580-fac7849b92e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3dc3ba41-61f1-446e-9580-fac7849b92e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a11ace48-fdcb-444a-8f60-7dae8abaa271/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:03.408502-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": 7100.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 2900.0
            }
        ],
        "expected_reward_tokens": 9512.0,
        "profit_sb": 12.0,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "86635e29-ea9c-4103-b336-dd012121a7c4",
            "gambit_id": "d4e282de-117a-49ee-8ee6-299e672f9c8c",
            "last_updated": "2023-11-03T11:58:26.174579-04:00",
            "created_at": "2023-11-02T09:03:03.420606-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc3ba41-61f1-446e-9580-fac7849b92e0/?format=api"
        },
        {
            "id": "a06a7a0c-9e63-449a-874d-d1d3e3405a80",
            "gambit_id": "c6aca404-44b8-458f-84f8-211746ee6d8f",
            "last_updated": "2023-11-03T11:58:26.170420-04:00",
            "created_at": "2023-11-02T09:03:03.414186-04:00",
            "name": "Toronto Raptors",
            "reward": "3.28000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3dc3ba41-61f1-446e-9580-fac7849b92e0/?format=api"
        }
    ]
}