GET /api/bet_types/f9cd6dea-e908-43bc-b2f7-586b9e76c18b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9cd6dea-e908-43bc-b2f7-586b9e76c18b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12a9c9f-bf9a-41a4-8611-d0535e33f6fe/?format=api",
    "name": "Play the Odds",
    "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": "Washington Capitals",
                "amount": 5863.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "552de50a-ab9d-4392-8482-ffb76e15592c",
            "gambit_id": "166e465c-5056-4a7e-8a1e-6d99e9d06761",
            "last_updated": "2022-11-01T10:22:25.727429-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9cd6dea-e908-43bc-b2f7-586b9e76c18b/?format=api"
        },
        {
            "id": "fcc96331-4082-4de8-9b45-91a0940acadf",
            "gambit_id": "a0506e80-ffbe-4a41-b3c0-f9926775547b",
            "last_updated": "2022-11-01T10:22:25.726455-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9cd6dea-e908-43bc-b2f7-586b9e76c18b/?format=api"
        }
    ]
}