GET /api/bet_types/467f0ef7-855d-4a66-ac15-4b6c9b370960/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "467f0ef7-855d-4a66-ac15-4b6c9b370960",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0665cb0-156c-4f5d-ae49-072cf7ce3071/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:07.499882-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": "PHI (C Sanchez)",
                "amount": 5541.0
            },
            {
                "team": "STL (M Mikolas)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "15009850-f954-42fb-8d4b-0acb10e5f6bc",
            "gambit_id": "64bab180-bab6-439f-a659-ab735b29cad9",
            "last_updated": "2023-08-26T11:08:25.623880-04:00",
            "created_at": "2023-08-25T08:38:07.508438-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467f0ef7-855d-4a66-ac15-4b6c9b370960/?format=api"
        },
        {
            "id": "c1b4dbf2-b731-48a0-9309-69cae2fc7e85",
            "gambit_id": "3d277985-e07a-446e-9fb9-4addb84931f3",
            "last_updated": "2023-08-26T11:08:25.620141-04:00",
            "created_at": "2023-08-25T08:38:07.504184-04:00",
            "name": "STL (M Mikolas)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/467f0ef7-855d-4a66-ac15-4b6c9b370960/?format=api"
        }
    ]
}