GET /api/bet_types/dfe44a10-3661-410f-8176-55ed40f71381/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe44a10-3661-410f-8176-55ed40f71381",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7ceed58-5ebc-411b-8841-039d90682d67/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:59.043330-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": "HOU (B Bielak)",
                "amount": 5234.0
            },
            {
                "team": "CIN (H Greene)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "4730e9f4-1641-4a7c-92b8-f37c09673b2b",
            "gambit_id": "37c09e6b-7aa9-4c19-a32c-f1fafe2b1df1",
            "last_updated": "2023-06-18T10:33:13.027335-04:00",
            "created_at": "2023-06-17T09:32:59.048211-04:00",
            "name": "HOU (B Bielak)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe44a10-3661-410f-8176-55ed40f71381/?format=api"
        },
        {
            "id": "a0afcb8f-01bb-4d37-8a08-c2a152ca60d1",
            "gambit_id": "f97a5bf9-a95e-4ca4-bd21-24111079d979",
            "last_updated": "2023-06-18T10:33:13.025827-04:00",
            "created_at": "2023-06-17T09:32:59.045645-04:00",
            "name": "CIN (H Greene)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe44a10-3661-410f-8176-55ed40f71381/?format=api"
        }
    ]
}