GET /api/bet_types/997b2af8-24d1-46ca-a4f8-3dcd141f1c35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "997b2af8-24d1-46ca-a4f8-3dcd141f1c35",
    "match": "https://api-prod.gambitprofit.com/api/matches/47173aaf-dcdc-4be5-ba80-02edcad137ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:55.866712-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": "Toronto Raptors",
                "amount": 7643.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2357.0
            }
        ],
        "expected_reward_tokens": 9475.14,
        "profit_sb": -24.86,
        "profit_sb_percentage": -0.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "70f25144-15d2-413c-ac94-a1eda3378970",
            "gambit_id": "fdd49527-6434-44fa-8b82-c47254703377",
            "last_updated": "2023-03-19T17:01:59.615049-04:00",
            "created_at": "2023-03-18T08:46:55.869005-04:00",
            "name": "Toronto Raptors",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/997b2af8-24d1-46ca-a4f8-3dcd141f1c35/?format=api"
        },
        {
            "id": "81ab5f28-6c73-4e63-a3db-0ba47aca08cf",
            "gambit_id": "028eefb5-6da9-4c6c-bd3e-df7140e1670b",
            "last_updated": "2023-03-19T17:01:59.616856-04:00",
            "created_at": "2023-03-18T08:46:55.871551-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "4.02000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/997b2af8-24d1-46ca-a4f8-3dcd141f1c35/?format=api"
        }
    ]
}