GET /api/bet_types/94f7667f-102a-419e-bb09-95a51f3cc8de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94f7667f-102a-419e-bb09-95a51f3cc8de",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbd3be5f-b22e-4c96-9d59-77c05e452d75/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:10.813767-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": "New York Jets",
                "amount": 5107.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "19443cae-52d1-4864-a96b-4748dc8b7f78",
            "gambit_id": "9deab6f6-4e85-468c-946e-7b757d7bb53f",
            "last_updated": "2023-11-20T19:38:14.217205-05:00",
            "created_at": "2023-11-16T09:28:10.817719-05:00",
            "name": "New York Jets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f7667f-102a-419e-bb09-95a51f3cc8de/?format=api"
        },
        {
            "id": "18463a27-0f31-469a-aaba-77bbc706d2d2",
            "gambit_id": "0c151329-b2e2-44d3-8bcf-a4beb004f93b",
            "last_updated": "2023-11-20T19:38:14.220453-05:00",
            "created_at": "2023-11-16T09:28:10.821147-05:00",
            "name": "Buffalo Bills",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f7667f-102a-419e-bb09-95a51f3cc8de/?format=api"
        }
    ]
}