GET /api/bet_types/5ab50de6-a98b-4edd-9248-983c9f3cef7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ab50de6-a98b-4edd-9248-983c9f3cef7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d3a8698-e906-48fc-b80a-20864beaf369/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-27T08:33:21.292088-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": 5452.0
            },
            {
                "team": "DET (M Manning)",
                "amount": 4548.0
            }
        ],
        "expected_reward_tokens": 9595.52,
        "profit_sb": 95.52,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "de72e387-e871-458f-b5a8-9286acd833dc",
            "gambit_id": "799cc84f-ac53-4990-905b-8b67de7e0042",
            "last_updated": "2023-07-28T09:38:25.576413-04:00",
            "created_at": "2023-07-27T08:33:21.296576-04:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.76000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab50de6-a98b-4edd-9248-983c9f3cef7e/?format=api"
        },
        {
            "id": "15c8ceb4-cc5c-4a34-81e3-b065e414d981",
            "gambit_id": "badc6b6d-04a6-44d3-ac54-3ca77f40d7ae",
            "last_updated": "2023-07-28T09:38:25.580328-04:00",
            "created_at": "2023-07-27T08:33:21.301232-04:00",
            "name": "DET (M Manning)",
            "reward": "2.11000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab50de6-a98b-4edd-9248-983c9f3cef7e/?format=api"
        }
    ]
}