GET /api/bet_types/b6e08563-df1d-43e2-bdf1-758027412adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6e08563-df1d-43e2-bdf1-758027412adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a01487-99be-4898-bf9a-ef967dc07a76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-09T09:47:58.810111-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": "Nashville Predators",
                "amount": 6744.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "390137f9-03aa-4ba1-856f-5805edd78784",
            "gambit_id": "d5c55a4c-afbe-4f66-9583-049102cdd2af",
            "last_updated": "2023-11-12T11:08:38.970889-05:00",
            "created_at": "2023-11-09T09:47:58.814059-05:00",
            "name": "Nashville Predators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6e08563-df1d-43e2-bdf1-758027412adb/?format=api"
        },
        {
            "id": "e9919277-8944-4cb4-b1fe-7e0cee942aae",
            "gambit_id": "de6fc682-5894-4dfa-9e72-2856d8908437",
            "last_updated": "2023-11-12T11:08:38.974373-05:00",
            "created_at": "2023-11-09T09:47:58.818624-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6e08563-df1d-43e2-bdf1-758027412adb/?format=api"
        }
    ]
}