GET /api/bet_types/eb4222b8-78e8-4365-9353-adacaa00ec5f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb4222b8-78e8-4365-9353-adacaa00ec5f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f67d712-7ff6-43a1-aa6e-5c0ea84f3d77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:52.996618-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": "Golden State Warriors",
                "amount": 6235.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3765.0
            }
        ],
        "expected_reward_tokens": 9600.75,
        "profit_sb": 100.75,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "6378dba3-9566-44b5-9e3d-094b59e16ff6",
            "gambit_id": "757a591b-196c-47e2-bae3-fddde58039e9",
            "last_updated": "2023-01-31T09:12:14.159084-05:00",
            "created_at": "2023-01-30T17:46:53.001156-05:00",
            "name": "Golden State Warriors",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4222b8-78e8-4365-9353-adacaa00ec5f/?format=api"
        },
        {
            "id": "d4d40cd3-391a-40f6-9291-ace513878bac",
            "gambit_id": "f48be445-7d37-4d77-931d-986cfbc1ad81",
            "last_updated": "2023-01-31T09:12:14.157801-05:00",
            "created_at": "2023-01-30T17:46:52.998646-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.55000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4222b8-78e8-4365-9353-adacaa00ec5f/?format=api"
        }
    ]
}