GET /api/bet_types/f294bb23-c0ee-4e0c-a67e-1b1321e308c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f294bb23-c0ee-4e0c-a67e-1b1321e308c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9285921c-b6af-4363-9835-4af2ccdacff4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:57.219842-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": "NYM (K Senga)",
                "amount": 6148.0
            },
            {
                "team": "MIA (T Rogers)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "6294d0d1-4eaf-4c89-84fa-ff08eabf9d34",
            "gambit_id": "797240ef-5d70-4fa0-8fa4-0fae0513485d",
            "last_updated": "2023-04-09T11:37:21.909122-04:00",
            "created_at": "2023-04-08T09:01:57.221765-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f294bb23-c0ee-4e0c-a67e-1b1321e308c1/?format=api"
        },
        {
            "id": "67d63d0c-613e-485c-b28a-98d63e915804",
            "gambit_id": "6cb590bf-14fd-4184-8d47-e8be284c7c2a",
            "last_updated": "2023-04-09T11:37:21.912186-04:00",
            "created_at": "2023-04-08T09:01:57.223882-04:00",
            "name": "MIA (T Rogers)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f294bb23-c0ee-4e0c-a67e-1b1321e308c1/?format=api"
        }
    ]
}