GET /api/bet_types/e52d6246-0991-440d-97a0-053a99bbcac8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e52d6246-0991-440d-97a0-053a99bbcac8",
    "match": "https://api-prod.gambitprofit.com/api/matches/0504cc76-a480-48b2-b2e3-6bdc4ea9e7b7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:58.324626-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": "Columbus Blue Jackets",
                "amount": 5515.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "306b3510-ccbb-44a4-b290-ccb0c68185f1",
            "gambit_id": "914b53f8-c654-4fe4-ab40-a4ff3bf02d21",
            "last_updated": "2023-11-12T11:08:20.827279-05:00",
            "created_at": "2023-11-09T09:47:58.332708-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52d6246-0991-440d-97a0-053a99bbcac8/?format=api"
        },
        {
            "id": "76e6c2cb-7c4f-4956-b96e-0ff067dda72c",
            "gambit_id": "e6087591-c992-4588-a4f1-f9081529ba0f",
            "last_updated": "2023-11-12T11:08:20.823374-05:00",
            "created_at": "2023-11-09T09:47:58.328741-05:00",
            "name": "Dallas Stars",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e52d6246-0991-440d-97a0-053a99bbcac8/?format=api"
        }
    ]
}