GET /api/bet_types/36d804c2-15e0-4077-85c1-26f5f5769ef8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36d804c2-15e0-4077-85c1-26f5f5769ef8",
    "match": "https://api-prod.gambitprofit.com/api/matches/abf2412b-7795-44ca-a698-faa994fa2f51/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-28T08:48:08.595841-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 (K Maeda)",
                "amount": 6173.0
            },
            {
                "team": "CLE (X Curry)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "a2276402-03b0-4bab-afbe-abffee9b0dec",
            "gambit_id": "6404a303-a847-4fb9-a5a1-3d442be67659",
            "last_updated": "2023-08-29T19:33:16.369843-04:00",
            "created_at": "2023-08-28T08:48:08.609380-04:00",
            "name": "MIN (K Maeda)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d804c2-15e0-4077-85c1-26f5f5769ef8/?format=api"
        },
        {
            "id": "353e6877-fd43-4556-958b-0671aef6fce0",
            "gambit_id": "8b0bc6a8-182c-4c46-a897-a439f6ec4922",
            "last_updated": "2023-08-29T19:33:16.366242-04:00",
            "created_at": "2023-08-28T08:48:08.604269-04:00",
            "name": "CLE (X Curry)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d804c2-15e0-4077-85c1-26f5f5769ef8/?format=api"
        }
    ]
}