GET /api/bet_types/5a7b4d51-0148-49a1-9f01-7d0c20a9161a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a7b4d51-0148-49a1-9f01-7d0c20a9161a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0552ac57-87c4-45c5-854d-419a369a2bc2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-10T09:38:07.270828-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": "LAA (P Sandoval)",
                "amount": 5638.0
            },
            {
                "team": "SEA (B Woo)",
                "amount": 4362.0
            }
        ],
        "expected_reward_tokens": 9640.02,
        "profit_sb": 140.02,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1e594ef-5d5a-4596-b949-b687263e4524",
            "gambit_id": "9bdb1c4f-8abd-42fb-afd3-70d0b3fd3cb3",
            "last_updated": "2023-06-11T10:28:02.286939-04:00",
            "created_at": "2023-06-10T09:38:07.275924-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.71000",
            "odds": "1.73530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7b4d51-0148-49a1-9f01-7d0c20a9161a/?format=api"
        },
        {
            "id": "2f86c578-2153-42e7-af72-64107bf99dff",
            "gambit_id": "25bb99b6-240e-470b-a371-53ee8f113ed5",
            "last_updated": "2023-06-11T10:28:02.285017-04:00",
            "created_at": "2023-06-10T09:38:07.273224-04:00",
            "name": "SEA (B Woo)",
            "reward": "2.21000",
            "odds": "2.26000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a7b4d51-0148-49a1-9f01-7d0c20a9161a/?format=api"
        }
    ]
}