GET /api/bet_types/e40049a2-182c-4cb4-b4db-77737d839afb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e40049a2-182c-4cb4-b4db-77737d839afb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e17b284-5343-4774-af21-e2bccb7b6dda/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-26T09:48:14.843109-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": "Orlando Magic",
                "amount": 6706.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3294.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "82cd404e-9276-4091-87e5-7bbe50e85734",
            "gambit_id": "350e931b-73c6-41e8-8822-9040d9a0117b",
            "last_updated": "2023-11-27T21:32:58.761284-05:00",
            "created_at": "2023-11-26T09:48:14.852200-05:00",
            "name": "Orlando Magic",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40049a2-182c-4cb4-b4db-77737d839afb/?format=api"
        },
        {
            "id": "d2def00f-c3b0-45c3-943c-ace373ba5f6f",
            "gambit_id": "d4f03624-1ac8-4c37-ac53-a3ecb108af49",
            "last_updated": "2023-11-27T21:32:58.757905-05:00",
            "created_at": "2023-11-26T09:48:14.847175-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.87000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e40049a2-182c-4cb4-b4db-77737d839afb/?format=api"
        }
    ]
}