GET /api/bet_types/054d741f-17fb-49bc-a252-57b19b321d6a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "054d741f-17fb-49bc-a252-57b19b321d6a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ac7f402-abec-4b35-8d30-d8f18e6669e2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-27T09:07:56.348926-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": "New Jersey Devils",
                "amount": 6314.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "77dd5fd3-894f-45f6-b5e4-ee00159d5847",
            "gambit_id": "4ff6d7c8-5c8a-4371-8b28-57df9bc496a2",
            "last_updated": "2023-10-30T14:58:08.788186-04:00",
            "created_at": "2023-10-27T09:07:56.362283-04:00",
            "name": "New Jersey Devils",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054d741f-17fb-49bc-a252-57b19b321d6a/?format=api"
        },
        {
            "id": "ff2d9bef-0585-431c-aa47-08d54cb1df7e",
            "gambit_id": "5f8438fd-7606-449b-9405-3b872f147ef9",
            "last_updated": "2023-10-30T14:58:08.784349-04:00",
            "created_at": "2023-10-27T09:07:56.354246-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/054d741f-17fb-49bc-a252-57b19b321d6a/?format=api"
        }
    ]
}