GET /api/bet_types/9e4d5600-58f5-4d30-8afd-ee2f7a6307b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e4d5600-58f5-4d30-8afd-ee2f7a6307b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b7394c5-3852-450a-9a4a-a2ddcd4b89a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:05.620189-04: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": 5000.0
            },
            {
                "team": "SEA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5350e5b7-5e6f-4076-8c35-e227174235e9",
            "gambit_id": "72237d94-a173-42f2-b80a-c26f7e4a12ed",
            "last_updated": "2023-05-15T11:36:59.535669-04:00",
            "created_at": "2023-05-14T10:57:05.622698-04:00",
            "name": "DET",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e4d5600-58f5-4d30-8afd-ee2f7a6307b5/?format=api"
        },
        {
            "id": "62d966e1-28b5-46d7-b36f-c1a54db23484",
            "gambit_id": "fdd7e581-16ad-4b94-851d-754182419b8e",
            "last_updated": "2023-05-15T11:36:59.537379-04:00",
            "created_at": "2023-05-14T10:57:05.625361-04:00",
            "name": "SEA",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e4d5600-58f5-4d30-8afd-ee2f7a6307b5/?format=api"
        }
    ]
}