GET /api/bet_types/4502b9cc-e019-4d4e-bcb7-59b52452a6ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4502b9cc-e019-4d4e-bcb7-59b52452a6ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/50cf545b-290b-4b3d-8a30-b688e40b8c59/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:59.898542-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": "ATL (B Elder)",
                "amount": 7112.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ab549b7-de14-4f37-843e-e93f574d6c45",
            "gambit_id": "a9dc99bc-de8e-4978-b291-4812592c0433",
            "last_updated": "2023-06-18T10:28:12.330414-04:00",
            "created_at": "2023-06-17T09:32:59.903020-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4502b9cc-e019-4d4e-bcb7-59b52452a6ea/?format=api"
        },
        {
            "id": "7cc75dfe-b883-4632-a644-87da1110a1a3",
            "gambit_id": "1d023f44-82b8-4188-a376-e0c2132018ad",
            "last_updated": "2023-06-18T10:28:12.328974-04:00",
            "created_at": "2023-06-17T09:32:59.900783-04:00",
            "name": "COL (C Seabold)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4502b9cc-e019-4d4e-bcb7-59b52452a6ea/?format=api"
        }
    ]
}