GET /api/bet_types/8c4c6a04-b796-4932-9025-39222c180825/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c4c6a04-b796-4932-9025-39222c180825",
    "match": "https://api-prod.gambitprofit.com/api/matches/0645da26-0e4d-4f8a-bbd0-844a3b3d52e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-28T09:42:04.946037-05: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": "Winnipeg Jets",
                "amount": 6563.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "87dd4bbc-9d0f-452e-a4fd-04c4a681d3dd",
            "gambit_id": "841862db-f07c-4e7b-ad91-4cb8ce46884e",
            "last_updated": "2023-01-30T17:46:54.597907-05:00",
            "created_at": "2023-01-28T09:42:04.947567-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c4c6a04-b796-4932-9025-39222c180825/?format=api"
        },
        {
            "id": "f2beee69-be88-4b67-8d38-b2ca79b51b8d",
            "gambit_id": "8b6a2049-9184-41cd-bcb5-bfe5145339ae",
            "last_updated": "2023-01-30T17:46:54.599029-05:00",
            "created_at": "2023-01-28T09:42:04.949079-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c4c6a04-b796-4932-9025-39222c180825/?format=api"
        }
    ]
}