GET /api/bet_types/014cd62e-5846-46ee-887e-6f0c0fa3dda6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "014cd62e-5846-46ee-887e-6f0c0fa3dda6",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb474d6c-1c14-4349-a0ec-0cb628e30b28/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Houston Outlaws",
                "amount": 5775.0
            },
            {
                "team": "Toronto Defiant",
                "amount": 4225.0
            }
        ],
        "expected_reward_tokens": 9124.5,
        "profit_sb": -375.5,
        "profit_sb_percentage": -3.95,
        "recommended": false
    },
    "lines": [
        {
            "id": "3dde64f4-8e9b-4dfd-9a14-656e78f0212f",
            "gambit_id": "286f2691-f1a6-40f6-a4f7-04e4a2b336c1",
            "last_updated": "2022-10-31T22:47:26.761144-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Outlaws",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014cd62e-5846-46ee-887e-6f0c0fa3dda6/?format=api"
        },
        {
            "id": "731a0aa9-345d-474c-a2e5-48c876448b42",
            "gambit_id": "0256730d-c839-4684-9aed-29916a167736",
            "last_updated": "2022-10-31T22:47:26.759989-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Defiant",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/014cd62e-5846-46ee-887e-6f0c0fa3dda6/?format=api"
        }
    ]
}