GET /api/bet_types/c8e17a58-1b9d-4daf-8c5f-4fcad44d2356/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8e17a58-1b9d-4daf-8c5f-4fcad44d2356",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8606ae-9102-49d5-acb3-48a84ec1e760/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-01T09:26:46.454213-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": "Memphis Grizzlies",
                "amount": 6790.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3210.0
            }
        ],
        "expected_reward_tokens": 9437.4,
        "profit_sb": -62.6,
        "profit_sb_percentage": -0.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e4c3991-2bfc-45da-bdd0-e47539ce9238",
            "gambit_id": "f3f16898-b172-44e3-8013-7f776a20ef93",
            "last_updated": "2023-02-02T15:41:59.472123-05:00",
            "created_at": "2023-02-01T09:26:46.455462-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e17a58-1b9d-4daf-8c5f-4fcad44d2356/?format=api"
        },
        {
            "id": "82f76421-ffd2-439d-91d2-979c67ae9cac",
            "gambit_id": "77c0f301-4e53-4658-85b5-cf38e6959b24",
            "last_updated": "2023-02-02T15:41:59.473259-05:00",
            "created_at": "2023-02-01T09:26:46.456764-05:00",
            "name": "Portland Trail Blazers",
            "reward": "2.94000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8e17a58-1b9d-4daf-8c5f-4fcad44d2356/?format=api"
        }
    ]
}