GET /api/bet_types/56ea8248-7a22-4f3b-9296-2977ef357d60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56ea8248-7a22-4f3b-9296-2977ef357d60",
    "match": "https://api-prod.gambitprofit.com/api/matches/9da5f5d9-228e-453d-8eb9-4be5616e56c6/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:23.822029-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": "Game Total Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a91aa433-90c7-4c6d-a57c-9508a12d7836",
            "gambit_id": "32854495-e23d-4777-bea7-fd122d5fbbea",
            "last_updated": "2024-01-17T22:18:09.822900-05:00",
            "created_at": "2024-01-15T10:23:23.825490-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56ea8248-7a22-4f3b-9296-2977ef357d60/?format=api"
        },
        {
            "id": "51fc68fb-4ed6-47c4-b130-407ac474dffc",
            "gambit_id": "a48d0811-69e6-4736-bc4d-6c5ffe203a1f",
            "last_updated": "2024-01-17T22:18:09.826058-05:00",
            "created_at": "2024-01-15T10:23:23.829778-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56ea8248-7a22-4f3b-9296-2977ef357d60/?format=api"
        }
    ]
}