GET /api/bet_types/cc70a36e-386c-4356-92ea-78a388b3c4c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc70a36e-386c-4356-92ea-78a388b3c4c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/08f012c8-78c0-4e03-84e3-4a5425adf60a/?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": "Carolina Hurricanes",
                "amount": 5984.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "6f42e94e-e92a-4b0b-ae39-6c1d08da4a72",
            "gambit_id": "53db92d9-eae3-4171-9457-5272d2c1ee07",
            "last_updated": "2022-11-08T11:07:36.712918-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc70a36e-386c-4356-92ea-78a388b3c4c8/?format=api"
        },
        {
            "id": "32e2ba64-ee04-445d-b4fb-e107986200c1",
            "gambit_id": "1df7558b-0549-4db9-b6fe-d071666007f3",
            "last_updated": "2022-11-08T11:07:36.713851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc70a36e-386c-4356-92ea-78a388b3c4c8/?format=api"
        }
    ]
}