GET /api/bet_types/1a3c92fa-ad58-40b1-863d-41cff92a8bf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a3c92fa-ad58-40b1-863d-41cff92a8bf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f4af939-1da1-4233-957b-fddb2fdbce97/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-19T08:08:07.235186-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": "CIN (B Williamson)",
                "amount": 6148.0
            },
            {
                "team": "COL (A Gomber)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "41611d17-95da-4006-bf2a-54e3af6e16b9",
            "gambit_id": "fd79afab-423b-4eb1-9785-d6d241153ec3",
            "last_updated": "2023-06-20T10:33:07.237318-04:00",
            "created_at": "2023-06-19T08:08:07.239590-04:00",
            "name": "CIN (B Williamson)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a3c92fa-ad58-40b1-863d-41cff92a8bf7/?format=api"
        },
        {
            "id": "9aa6dcfe-7243-4ea9-b222-4227566fbde6",
            "gambit_id": "7979d1d7-ae43-441c-ae2d-6f0ae5d54d0c",
            "last_updated": "2023-06-20T10:33:07.235071-04:00",
            "created_at": "2023-06-19T08:08:07.237395-04:00",
            "name": "COL (A Gomber)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a3c92fa-ad58-40b1-863d-41cff92a8bf7/?format=api"
        }
    ]
}