GET /api/bet_types/5f698509-9a69-4931-9b56-41bcaa9cce6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f698509-9a69-4931-9b56-41bcaa9cce6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9e924a7-8608-4905-8d9a-d9d7557cdb77/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-24T08:58:06.512645-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": "NYM (M Scherzer)",
                "amount": 5299.0
            },
            {
                "team": "PHI (C Sanchez)",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9590.04,
        "profit_sb": 90.04,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5f6fb7f-2e80-4552-a44a-e046a7351281",
            "gambit_id": "f4946619-b651-4c64-bf06-e7ae2dcdb6fa",
            "last_updated": "2023-06-26T10:43:17.308163-04:00",
            "created_at": "2023-06-24T08:58:06.514909-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "1.81000",
            "odds": "1.84750",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f698509-9a69-4931-9b56-41bcaa9cce6f/?format=api"
        },
        {
            "id": "e9b0e30c-9cf5-4817-b429-e50cb42bae23",
            "gambit_id": "279fca06-8eb6-4483-8ff3-17c54a53456c",
            "last_updated": "2023-06-26T10:43:17.309972-04:00",
            "created_at": "2023-06-24T08:58:06.517310-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "2.04000",
            "odds": "2.08000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f698509-9a69-4931-9b56-41bcaa9cce6f/?format=api"
        }
    ]
}