GET /api/bet_types/9ab7780e-1ba6-4dfa-8ef1-89934bf53197/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9ab7780e-1ba6-4dfa-8ef1-89934bf53197",
    "match": "https://api-prod.gambitprofit.com/api/matches/e65a6bff-ede7-4d00-83e6-0c883445b9f3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:19.042278-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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "434df416-e5f1-4632-ba61-db1d80b31b99",
            "gambit_id": "92f67c8b-7d15-46f7-89e0-bfa84704cc20",
            "last_updated": "2023-12-08T11:28:17.704339-05:00",
            "created_at": "2023-12-07T09:48:19.053265-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab7780e-1ba6-4dfa-8ef1-89934bf53197/?format=api"
        },
        {
            "id": "db1d65d5-9c73-4006-b8e7-9e6630986837",
            "gambit_id": "bbb299d6-2e9a-4217-aca9-1fc733008e77",
            "last_updated": "2023-12-08T11:28:17.701040-05:00",
            "created_at": "2023-12-07T09:48:19.047592-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ab7780e-1ba6-4dfa-8ef1-89934bf53197/?format=api"
        }
    ]
}