GET /api/bet_types/1d51f6fa-c107-4ec9-b5b5-d3ad40de3518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d51f6fa-c107-4ec9-b5b5-d3ad40de3518",
    "match": "https://api-prod.gambitprofit.com/api/matches/688d95a1-5dab-4bad-96d2-a41935e5ffc6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:09.192564-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": "Chicago Bears",
                "amount": 5107.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "87513703-4450-48fd-a6fc-31a07313829a",
            "gambit_id": "cbbabaa7-cbb5-4824-b91d-2e7160c5a881",
            "last_updated": "2023-12-19T09:53:14.427241-05:00",
            "created_at": "2023-12-15T09:13:09.196586-05:00",
            "name": "Chicago Bears",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d51f6fa-c107-4ec9-b5b5-d3ad40de3518/?format=api"
        },
        {
            "id": "a4cb97ba-b385-4a42-8efe-6b311002e59d",
            "gambit_id": "46a11dd9-92b7-43a3-bc13-5e564f9d8b97",
            "last_updated": "2023-12-19T09:53:14.430619-05:00",
            "created_at": "2023-12-15T09:13:09.203230-05:00",
            "name": "Cleveland Browns",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d51f6fa-c107-4ec9-b5b5-d3ad40de3518/?format=api"
        }
    ]
}