GET /api/bet_types/2b43eba0-e6e0-41f2-b238-2a35b40df5ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b43eba0-e6e0-41f2-b238-2a35b40df5ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/1afc521c-ad27-42c3-9efe-d1bab93e9125/?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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae9c8077-ff9e-433c-9d8b-9cf95ad48e85",
            "gambit_id": "ed3bc742-ffd7-4ff8-a580-06dbbdfc4fb5",
            "last_updated": "2022-11-08T11:07:31.637714-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b43eba0-e6e0-41f2-b238-2a35b40df5ed/?format=api"
        },
        {
            "id": "74c2bab6-f9b5-4f89-b227-597010f56c05",
            "gambit_id": "8508c5e9-d980-4850-ab84-6dd2d62df203",
            "last_updated": "2022-11-08T11:07:31.636715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b43eba0-e6e0-41f2-b238-2a35b40df5ed/?format=api"
        }
    ]
}