GET /api/bet_types/5bfea3e3-0ed9-40db-b587-a2daead3d150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bfea3e3-0ed9-40db-b587-a2daead3d150",
    "match": "https://api-prod.gambitprofit.com/api/matches/76bc3639-eb4e-424c-8448-fb6ec0c8aa05/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "MIL (E Lauer)",
                "amount": 6098.0
            },
            {
                "team": "CIN (M Minor)",
                "amount": 3902.0
            }
        ],
        "expected_reward_tokens": 9207.98,
        "profit_sb": 207.98,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "34276054-fbac-4ff5-8da0-6c4ff3a92277",
            "gambit_id": "7916dd95-5e26-42dd-ada9-bfc31c2163be",
            "last_updated": "2022-12-24T17:12:15.153373-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (E Lauer)",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfea3e3-0ed9-40db-b587-a2daead3d150/?format=api"
        },
        {
            "id": "961fffa4-91b9-4ea7-996c-82c7f50cc225",
            "gambit_id": "3bd1fb42-4185-4a3d-b394-9784e091df9b",
            "last_updated": "2022-12-24T17:12:15.154482-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (M Minor)",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfea3e3-0ed9-40db-b587-a2daead3d150/?format=api"
        }
    ]
}