GET /api/bet_types/30cebf11-f1ac-4273-88cc-44e84b7ab7df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30cebf11-f1ac-4273-88cc-44e84b7ab7df",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3b390ae-9481-43da-9079-d99329240e3e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-12T08:57:08.540852-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 Gilbert)",
                "amount": 5091.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4909.0
            }
        ],
        "expected_reward_tokens": 9571.08,
        "profit_sb": 71.08,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b2f2412-dc83-41f1-8f84-c3d5c55b0008",
            "gambit_id": "cf1f1aeb-e831-4d00-9666-8c72e9f38258",
            "last_updated": "2023-04-13T11:07:19.451620-04:00",
            "created_at": "2023-04-12T08:57:08.546813-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.88000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30cebf11-f1ac-4273-88cc-44e84b7ab7df/?format=api"
        },
        {
            "id": "20cd4ac4-acdf-4f41-9388-fe367882f96c",
            "gambit_id": "54dcdf3f-d929-438b-88ea-199634a6087c",
            "last_updated": "2023-04-13T11:07:19.450436-04:00",
            "created_at": "2023-04-12T08:57:08.543967-04:00",
            "name": "CHC (M Stroman)",
            "reward": "1.95000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30cebf11-f1ac-4273-88cc-44e84b7ab7df/?format=api"
        }
    ]
}