GET /api/bet_types/7e615f8c-788c-4b25-85ee-2e59a587f856/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e615f8c-788c-4b25-85ee-2e59a587f856",
    "match": "https://api-prod.gambitprofit.com/api/matches/f58c8983-b6be-46df-92bf-f9e1b0f301ac/?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": "Mississippi",
                "amount": 5000.0
            },
            {
                "team": "Alabama",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "86466542-235a-4353-b978-316f3c835e33",
            "gambit_id": "394dfc02-b459-43dc-b009-7b48330a7d7f",
            "last_updated": "2022-11-14T10:09:03.748830-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e615f8c-788c-4b25-85ee-2e59a587f856/?format=api"
        },
        {
            "id": "350604e6-744c-4876-ba3d-1e43460c9d42",
            "gambit_id": "a4b70869-d0b1-40e2-965c-a523d637a3c7",
            "last_updated": "2022-11-14T10:09:03.749809-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e615f8c-788c-4b25-85ee-2e59a587f856/?format=api"
        }
    ]
}