GET /api/bet_types/297e271a-d61c-4587-92e6-173d081b1990/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "297e271a-d61c-4587-92e6-173d081b1990",
    "match": "https://api-prod.gambitprofit.com/api/matches/c40abdbe-1225-4507-9c46-9feb8d77fc3d/?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": "Notre Dame",
                "amount": 5000.0
            },
            {
                "team": "Boston College",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "aae2dc9b-4333-4fd4-a8b4-5e425d337991",
            "gambit_id": "da5bbaa0-a63d-46fc-8d67-b3220dd05b87",
            "last_updated": "2022-11-21T11:48:39.816535-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/297e271a-d61c-4587-92e6-173d081b1990/?format=api"
        },
        {
            "id": "093a8fe6-4d17-4f2d-aa24-9aa8788f1971",
            "gambit_id": "5206b512-26e7-437c-8315-60f41672e6a2",
            "last_updated": "2022-11-21T11:48:39.817548-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston College",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "20.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/297e271a-d61c-4587-92e6-173d081b1990/?format=api"
        }
    ]
}