GET /api/bet_types/554d98b1-b276-4080-8d70-529bbbf1b786/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "554d98b1-b276-4080-8d70-529bbbf1b786",
    "match": "https://api-prod.gambitprofit.com/api/matches/b21f9a5a-711a-4e7f-b31c-f24f8440ea81/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T08:57:08.291035-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "386dfb3b-b3f9-4438-a90c-0f7c47faa4f7",
            "gambit_id": "173f0ae9-60c9-44fc-b741-768db3af386c",
            "last_updated": "2023-03-09T09:47:03.259926-05:00",
            "created_at": "2023-03-08T08:57:08.292329-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/554d98b1-b276-4080-8d70-529bbbf1b786/?format=api"
        },
        {
            "id": "c7d13908-429a-49b6-b1da-f7a8588bc59a",
            "gambit_id": "ee75dd11-43da-429e-8f7a-8cbe1a1ca7fc",
            "last_updated": "2023-03-09T09:47:03.261270-05:00",
            "created_at": "2023-03-08T08:57:08.293720-05:00",
            "name": "Chicago Bulls",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/554d98b1-b276-4080-8d70-529bbbf1b786/?format=api"
        }
    ]
}