GET /api/bet_types/e4618eed-d340-480d-ab1f-8f1cb6ec741e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4618eed-d340-480d-ab1f-8f1cb6ec741e",
    "match": "https://api-prod.gambitprofit.com/api/matches/60916836-bbb4-414a-a506-af20f98126c0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T09:08:00.261226-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": "ATL (A Smith-Shawver)",
                "amount": 5678.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4322.0
            }
        ],
        "expected_reward_tokens": 9594.84,
        "profit_sb": 94.84,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "d725a902-5225-4e21-8295-6b3e8d2ab683",
            "gambit_id": "ebfc43f4-5214-4232-a5e7-892d5bfa966d",
            "last_updated": "2023-09-29T10:03:19.186924-04:00",
            "created_at": "2023-09-28T09:08:00.269381-04:00",
            "name": "ATL (A Smith-Shawver)",
            "reward": "1.69000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4618eed-d340-480d-ab1f-8f1cb6ec741e/?format=api"
        },
        {
            "id": "95b98161-6904-4119-b7a6-94471491090d",
            "gambit_id": "8169a153-6b9a-4901-9029-1f5a2f95a335",
            "last_updated": "2023-09-29T10:03:19.182785-04:00",
            "created_at": "2023-09-28T09:08:00.265394-04:00",
            "name": "CHC (M Stroman)",
            "reward": "2.22000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4618eed-d340-480d-ab1f-8f1cb6ec741e/?format=api"
        }
    ]
}