GET /api/bet_types/75fb09ef-fd82-4223-8769-568b625f6072/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75fb09ef-fd82-4223-8769-568b625f6072",
    "match": "https://api-prod.gambitprofit.com/api/matches/75a6d5ee-e3fa-4762-9c6f-df94364bb1ba/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:11:58.710978-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": "Phoenix Suns",
                "amount": 5939.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea1c2536-679c-4691-9e6c-9b7c03b34fb6",
            "gambit_id": "d9e0552a-4415-421d-9e38-009882f55b74",
            "last_updated": "2023-03-04T16:22:14.337961-05:00",
            "created_at": "2023-03-03T08:11:58.713551-05:00",
            "name": "Phoenix Suns",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75fb09ef-fd82-4223-8769-568b625f6072/?format=api"
        },
        {
            "id": "f9693229-32dc-40a7-9543-e00baedc2743",
            "gambit_id": "22016c41-d10d-4a97-8b61-6e95f889cce2",
            "last_updated": "2023-03-04T16:22:14.336800-05:00",
            "created_at": "2023-03-03T08:11:58.712247-05:00",
            "name": "Chicago Bulls",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75fb09ef-fd82-4223-8769-568b625f6072/?format=api"
        }
    ]
}