GET /api/bet_types/13275f87-b417-44c5-9f74-0bf61e65b773/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "13275f87-b417-44c5-9f74-0bf61e65b773",
    "match": "https://api-prod.gambitprofit.com/api/matches/337d652e-511e-4917-acf9-521212473d4c/?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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "986030c7-444c-4b06-b6b6-e67793f6eb99",
            "gambit_id": "9504a3ed-3615-4d41-ab91-e26d48d2a825",
            "last_updated": "2022-11-07T10:18:13.673586-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13275f87-b417-44c5-9f74-0bf61e65b773/?format=api"
        },
        {
            "id": "2cf251f2-fe09-48e8-ba1b-2ec56802439c",
            "gambit_id": "2d49c25b-e583-44d8-9158-273347198110",
            "last_updated": "2022-11-07T10:18:13.674606-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/13275f87-b417-44c5-9f74-0bf61e65b773/?format=api"
        }
    ]
}