GET /api/bet_types/a7a116aa-f78a-403c-a345-b23b47f7195e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7a116aa-f78a-403c-a345-b23b47f7195e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0795da33-74da-4f86-bc2f-7c08bebb7162/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:17.519040-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e83c644-6a7a-4fee-a5e5-9e496e946d33",
            "gambit_id": "2eba4849-a1b6-43e6-a4d2-ed463e6e7721",
            "last_updated": "2022-12-28T21:27:13.691042-05:00",
            "created_at": "2022-12-27T08:57:17.520227-05:00",
            "name": "Sacramento Kings",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7a116aa-f78a-403c-a345-b23b47f7195e/?format=api"
        },
        {
            "id": "bef176a9-899d-4478-8a84-4306d90a6cf3",
            "gambit_id": "d80d29c9-2986-4db0-884a-f3824a6d0922",
            "last_updated": "2022-12-28T21:27:13.692184-05:00",
            "created_at": "2022-12-27T08:57:17.521425-05:00",
            "name": "Denver Nuggets",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7a116aa-f78a-403c-a345-b23b47f7195e/?format=api"
        }
    ]
}