GET /api/bet_types/c7b228a6-fd21-4396-a8ef-8753c413ff1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c7b228a6-fd21-4396-a8ef-8753c413ff1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cced82ed-4ede-4f2b-8b6e-83b7ea8118e8/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "57298083-3c8b-4039-91dd-87a6aaef8c54",
            "gambit_id": "8ffa7029-0944-4fa4-8a8b-d0f8ebaf3052",
            "last_updated": "2022-11-22T09:57:25.085781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7b228a6-fd21-4396-a8ef-8753c413ff1f/?format=api"
        },
        {
            "id": "f9492ec3-8782-454e-b592-198a98e52c5a",
            "gambit_id": "581d9955-786d-4fb8-9a9c-3e26ac95faad",
            "last_updated": "2022-11-22T09:57:25.086869-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7b228a6-fd21-4396-a8ef-8753c413ff1f/?format=api"
        }
    ]
}