GET /api/bet_types/1143a651-0df8-4e70-90c0-cf0a2c419a63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1143a651-0df8-4e70-90c0-cf0a2c419a63",
    "match": "https://api-prod.gambitprofit.com/api/matches/622e1f9f-da63-43ed-8a3d-5783427ef88e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-26T08:58:03.126528-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": "SEA (L Castillo)",
                "amount": 6892.0
            },
            {
                "team": "WAS (T Williams)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3fa17383-538b-47d8-9c14-bbde07867c6a",
            "gambit_id": "5466c450-de7e-4053-b571-6bafd0ba49e9",
            "last_updated": "2023-06-27T14:57:59.181300-04:00",
            "created_at": "2023-06-26T08:58:03.130537-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1143a651-0df8-4e70-90c0-cf0a2c419a63/?format=api"
        },
        {
            "id": "90653ede-df12-4693-b21a-d822f77f3d0b",
            "gambit_id": "3c01500f-a7c9-47c2-8f4f-9e4940fe06ef",
            "last_updated": "2023-06-27T14:57:59.178480-04:00",
            "created_at": "2023-06-26T08:58:03.128479-04:00",
            "name": "WAS (T Williams)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1143a651-0df8-4e70-90c0-cf0a2c419a63/?format=api"
        }
    ]
}