GET /api/bet_types/4d8c1fb5-7cd7-4438-a4ce-81005d1428a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d8c1fb5-7cd7-4438-a4ce-81005d1428a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcfb6ccf-fbd3-4d9a-ad52-f2b6d03c7543/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "COL (A Senzatela)",
                "amount": 5385.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 4615.0
            }
        ],
        "expected_reward_tokens": 9368.45,
        "profit_sb": 368.45,
        "profit_sb_percentage": 4.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "df36fa14-7c32-4818-8d9c-895e1e37fb8a",
            "gambit_id": "50277b18-e538-4ec6-9256-088b7d3e66b6",
            "last_updated": "2022-08-13T10:47:07.309730-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (A Senzatela)",
            "reward": "1.74000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8c1fb5-7cd7-4438-a4ce-81005d1428a6/?format=api"
        },
        {
            "id": "ed06320c-dc9a-4b9d-a7c5-6593d89e3802",
            "gambit_id": "3feb3812-dc23-4568-a8da-2bbb434641d2",
            "last_updated": "2022-08-13T10:47:07.310184-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (Z Davies)",
            "reward": "2.03000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8c1fb5-7cd7-4438-a4ce-81005d1428a6/?format=api"
        }
    ]
}