GET /api/bet_types/3082c783-a6a4-4066-90fb-09cea8a933b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3082c783-a6a4-4066-90fb-09cea8a933b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:21.621141-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": "Washington Capitals",
                "amount": 6232.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "7ab36634-d396-4090-846c-21082375cb10",
            "gambit_id": "63994d21-e23d-4ff6-b230-e1465eb41390",
            "last_updated": "2024-01-24T22:28:17.563328-05:00",
            "created_at": "2024-01-23T09:43:21.627841-05:00",
            "name": "Washington Capitals",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3082c783-a6a4-4066-90fb-09cea8a933b8/?format=api"
        },
        {
            "id": "f33d7ab5-b566-4e42-bcb2-2f243e4524b2",
            "gambit_id": "6b7e75a4-9298-4cdd-bc63-95b3b8632e51",
            "last_updated": "2024-01-24T22:28:17.566675-05:00",
            "created_at": "2024-01-23T09:43:21.633339-05:00",
            "name": "Minnesota Wild",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3082c783-a6a4-4066-90fb-09cea8a933b8/?format=api"
        }
    ]
}