GET /api/bet_types/66d2cd33-c2b3-4b0c-8f25-058a7e6bfb86/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66d2cd33-c2b3-4b0c-8f25-058a7e6bfb86",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c6d1379-459d-4769-baf2-72e518946f5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-09T09:27:07.632692-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": 5939.0
            },
            {
                "team": "BOS",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "fed531d3-7b56-4813-9734-3b87590fcb1d",
            "gambit_id": "9ffbc2b7-822c-4a4c-ac06-cfef4022688e",
            "last_updated": "2023-04-10T14:37:07.154608-04:00",
            "created_at": "2023-04-09T09:27:07.634410-04:00",
            "name": "DET",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66d2cd33-c2b3-4b0c-8f25-058a7e6bfb86/?format=api"
        },
        {
            "id": "8ee307bc-cfe2-4eec-9d8e-004057b614be",
            "gambit_id": "4ea70381-13ed-413d-bd6a-4c5ccb8b55d2",
            "last_updated": "2023-04-10T14:37:07.156490-04:00",
            "created_at": "2023-04-09T09:27:07.636409-04:00",
            "name": "BOS",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66d2cd33-c2b3-4b0c-8f25-058a7e6bfb86/?format=api"
        }
    ]
}