GET /api/bet_types/66bc73e2-5086-4438-bce0-5c2644434f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66bc73e2-5086-4438-bce0-5c2644434f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b24c1769-8097-4a8b-8f65-23e10431267e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T14:32:09.157136-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": "Utah Jazz",
                "amount": 7398.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 2602.0
            }
        ],
        "expected_reward_tokens": 9469.44,
        "profit_sb": -30.56,
        "profit_sb_percentage": -0.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "52d52306-0704-40f3-b72c-1d63be2b6ec7",
            "gambit_id": "13ec42e7-7122-46b0-bf5c-8f83d9bd6dc8",
            "last_updated": "2023-02-09T11:12:08.538762-05:00",
            "created_at": "2023-02-08T14:32:09.158451-05:00",
            "name": "Utah Jazz",
            "reward": "1.28000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bc73e2-5086-4438-bce0-5c2644434f0f/?format=api"
        },
        {
            "id": "99568250-0ab5-4f8e-9be7-9915f99745d3",
            "gambit_id": "c1a5fb1e-1c17-4798-8332-e481dc84e447",
            "last_updated": "2023-02-09T11:12:08.540017-05:00",
            "created_at": "2023-02-08T14:32:09.159777-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66bc73e2-5086-4438-bce0-5c2644434f0f/?format=api"
        }
    ]
}