GET /api/bet_types/08f0ca0f-6380-47bb-a49f-774e7f0bb716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08f0ca0f-6380-47bb-a49f-774e7f0bb716",
    "match": "https://api-prod.gambitprofit.com/api/matches/df4e95b2-3412-4235-bbd8-7ca3929e6488/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-20T08:33:21.108531-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": "MIN (B Ober)",
                "amount": 5415.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 4585.0
            }
        ],
        "expected_reward_tokens": 9582.65,
        "profit_sb": 82.65,
        "profit_sb_percentage": 0.87,
        "recommended": true
    },
    "lines": [
        {
            "id": "664cedb2-98fe-4d81-85d8-a92702726a3c",
            "gambit_id": "bfc2ee33-eed3-48c3-b2eb-6b1cae5cea60",
            "last_updated": "2023-06-22T10:13:03.377610-04:00",
            "created_at": "2023-06-20T08:33:21.114985-04:00",
            "name": "MIN (B Ober)",
            "reward": "1.77000",
            "odds": "1.80650",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f0ca0f-6380-47bb-a49f-774e7f0bb716/?format=api"
        },
        {
            "id": "25e9c63e-e393-4165-9484-13f8fd2d3c43",
            "gambit_id": "8fbb3f9d-c3fb-443b-887c-424ad5ab44e6",
            "last_updated": "2023-06-22T10:13:03.375113-04:00",
            "created_at": "2023-06-20T08:33:21.111331-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.09000",
            "odds": "2.14000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08f0ca0f-6380-47bb-a49f-774e7f0bb716/?format=api"
        }
    ]
}