GET /api/bet_types/21a083c9-a546-4aea-a729-3f4ad0dedb0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21a083c9-a546-4aea-a729-3f4ad0dedb0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/db43c4e6-a873-462b-a685-123c9425c3f3/?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": "Tampa Bay Lightning",
                "amount": 6179.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "9e275ba4-a2dc-41f6-b89b-c06d937a2ea5",
            "gambit_id": "e9b2daf0-7e1d-4fd8-a693-d1c3bc17cb1f",
            "last_updated": "2022-11-14T15:12:39.228214-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a083c9-a546-4aea-a729-3f4ad0dedb0f/?format=api"
        },
        {
            "id": "7c9869ff-b526-43d0-b22b-6e8dc7a86f34",
            "gambit_id": "7275d197-8927-41e1-bff1-ea0e45dc00cc",
            "last_updated": "2022-11-14T15:12:39.229135-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a083c9-a546-4aea-a729-3f4ad0dedb0f/?format=api"
        }
    ]
}