GET /api/bet_types/16e369f2-14b8-49d9-a072-99ee9a92f979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16e369f2-14b8-49d9-a072-99ee9a92f979",
    "match": "https://api-prod.gambitprofit.com/api/matches/695be94b-9499-4b58-a6b7-703d35bd443a/?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": "DET",
                "amount": 5836.0
            },
            {
                "team": "KAN",
                "amount": 4164.0
            }
        ],
        "expected_reward_tokens": 9160.8,
        "profit_sb": 160.8,
        "profit_sb_percentage": 1.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "7c5ac28b-8298-4e43-91da-61455df68e63",
            "gambit_id": "6e824bb1-1161-48ce-a62d-24e9a5c88370",
            "last_updated": "2022-09-12T10:57:17.646640-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e369f2-14b8-49d9-a072-99ee9a92f979/?format=api"
        },
        {
            "id": "24636f8c-78d9-4d30-b4e0-05f97efd5d26",
            "gambit_id": "b9300bec-b2e0-49a2-b39a-438a66c9ebbe",
            "last_updated": "2022-09-12T10:57:17.645553-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "2.20000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e369f2-14b8-49d9-a072-99ee9a92f979/?format=api"
        }
    ]
}