GET /api/bet_types/73766e99-9856-40c5-8caa-a46d49eb099f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73766e99-9856-40c5-8caa-a46d49eb099f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffeac6ab-1e91-48e6-90ec-5e8d57d4aa29/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-04T09:43:03.808809-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": "MIA (J Luzardo)",
                "amount": 6232.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "72299767-a345-428c-b42c-177a4f98753d",
            "gambit_id": "a0d10981-4803-4680-bc6d-55943ae04cd6",
            "last_updated": "2023-07-05T19:03:30.789462-04:00",
            "created_at": "2023-07-04T09:43:03.813014-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73766e99-9856-40c5-8caa-a46d49eb099f/?format=api"
        },
        {
            "id": "cb4cfe59-5d96-46b9-a395-567933813de0",
            "gambit_id": "61841512-7b91-44a7-b185-19e1f35989ef",
            "last_updated": "2023-07-05T19:03:30.787901-04:00",
            "created_at": "2023-07-04T09:43:03.810923-04:00",
            "name": "STL (A Wainwright)",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73766e99-9856-40c5-8caa-a46d49eb099f/?format=api"
        }
    ]
}