GET /api/bet_types/ab35dce7-c94a-4903-b250-619fb9a77ab0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab35dce7-c94a-4903-b250-619fb9a77ab0",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa611689-93b8-40ab-aebb-2fb326d025d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:53.096585-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": "Vancouver Canucks",
                "amount": 6773.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3227.0
            }
        ],
        "expected_reward_tokens": 9549.93,
        "profit_sb": 49.93,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "27799b23-c9b5-4289-a28d-28615bd30dd3",
            "gambit_id": "ff48f704-043d-42f1-8404-ee328bb3666d",
            "last_updated": "2023-01-25T11:01:56.635330-05:00",
            "created_at": "2023-01-24T09:31:53.098096-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.41000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab35dce7-c94a-4903-b250-619fb9a77ab0/?format=api"
        },
        {
            "id": "7213c70a-c3d9-4331-9888-0f063c1ab55a",
            "gambit_id": "1b1bf996-faed-4b21-a13a-9afe97b45123",
            "last_updated": "2023-01-25T11:01:56.636395-05:00",
            "created_at": "2023-01-24T09:31:53.099541-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.96000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab35dce7-c94a-4903-b250-619fb9a77ab0/?format=api"
        }
    ]
}