GET /api/bet_types/7e3206e9-36c9-487a-8b63-413a8dd8ccdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e3206e9-36c9-487a-8b63-413a8dd8ccdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/276e7f11-58a4-4f6c-8206-2dd5ba86ffeb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:02.369152-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": "CHC (J Taillon)",
                "amount": 5065.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "ac19c7e1-e3bb-45ed-aaa5-c7eff9006498",
            "gambit_id": "e6c69beb-e273-4271-a10b-78573908f26a",
            "last_updated": "2023-06-20T10:48:18.387330-04:00",
            "created_at": "2023-06-18T09:43:02.372581-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3206e9-36c9-487a-8b63-413a8dd8ccdf/?format=api"
        },
        {
            "id": "692d5cc7-6d4c-4227-b2a7-fce1b939bfe4",
            "gambit_id": "8e5b21b0-fed0-4c54-ac2d-5c444e4a5652",
            "last_updated": "2023-06-20T10:48:18.385348-04:00",
            "created_at": "2023-06-18T09:43:02.370927-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e3206e9-36c9-487a-8b63-413a8dd8ccdf/?format=api"
        }
    ]
}