GET /api/bet_types/e4ba9b6b-6741-4ffe-bf85-7aa7c33d8205/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4ba9b6b-6741-4ffe-bf85-7aa7c33d8205",
    "match": "https://api-prod.gambitprofit.com/api/matches/b67ffa7d-8692-48e9-bfd2-b2af1bd51770/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:16.600185-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "039a4b00-817f-43bc-96e6-70ca89659257",
            "gambit_id": "b886b2f7-a326-44fc-8d94-ba408191800a",
            "last_updated": "2022-12-28T21:32:12.616575-05:00",
            "created_at": "2022-12-27T08:57:16.602575-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4ba9b6b-6741-4ffe-bf85-7aa7c33d8205/?format=api"
        },
        {
            "id": "fef358cf-d004-45c8-9b5e-de553d723ebc",
            "gambit_id": "f8b5b152-20e3-419c-944a-1dc5df2154f8",
            "last_updated": "2022-12-28T21:32:12.615438-05:00",
            "created_at": "2022-12-27T08:57:16.601336-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4ba9b6b-6741-4ffe-bf85-7aa7c33d8205/?format=api"
        }
    ]
}