GET /api/bet_types/54b09ac0-0362-460e-85d8-8a3afec6d0b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54b09ac0-0362-460e-85d8-8a3afec6d0b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2212580c-fca9-4606-ad44-03d6bbbeaac8/?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": "Montreal Canadiens",
                "amount": 5316.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b299de65-08fa-4956-b8d4-9e87c8cc9a58",
            "gambit_id": "c60b1da5-540d-4820-a0b7-fd32d34b35c4",
            "last_updated": "2022-10-18T09:17:08.112736-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54b09ac0-0362-460e-85d8-8a3afec6d0b6/?format=api"
        },
        {
            "id": "0c821232-48b7-435e-95a4-9e57b690611c",
            "gambit_id": "88406fd7-d89c-42af-865c-2b6ea0d414c0",
            "last_updated": "2022-10-18T09:17:08.113695-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54b09ac0-0362-460e-85d8-8a3afec6d0b6/?format=api"
        }
    ]
}