GET /api/bet_types/aaf71110-fa03-43e8-b982-748dbd1ffe72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aaf71110-fa03-43e8-b982-748dbd1ffe72",
    "match": "https://api-prod.gambitprofit.com/api/matches/f508f7e7-4d54-4917-ad95-21a48e386ed0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:04.648781-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": "PHI (A Nola)",
                "amount": 5776.0
            },
            {
                "team": "STL (Z Thompson)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1cc46dc-dcde-4d40-8d1d-5be4039be538",
            "gambit_id": "2294b1f7-bc79-4655-acf2-c49f56954307",
            "last_updated": "2023-09-18T08:53:18.856941-04:00",
            "created_at": "2023-09-15T09:23:04.652178-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaf71110-fa03-43e8-b982-748dbd1ffe72/?format=api"
        },
        {
            "id": "fd751b04-4d1a-42d6-8c10-477b90ba379e",
            "gambit_id": "baeb9bc2-5c80-4985-97c8-da32c97bc2fe",
            "last_updated": "2023-09-18T08:53:18.861733-04:00",
            "created_at": "2023-09-15T09:23:04.656704-04:00",
            "name": "STL (Z Thompson)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aaf71110-fa03-43e8-b982-748dbd1ffe72/?format=api"
        }
    ]
}