GET /api/bet_types/e89f2bc6-37f4-4d28-84c1-5e4f3f6fe233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e89f2bc6-37f4-4d28-84c1-5e4f3f6fe233",
    "match": "https://api-prod.gambitprofit.com/api/matches/963ff21e-a0c9-4579-bb63-d558dc862f13/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-14T09:13:05.435416-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": "Anaheim Ducks",
                "amount": 5929.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4071.0
            }
        ],
        "expected_reward_tokens": 9485.43,
        "profit_sb": -14.57,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d559c53-de03-49b0-9feb-b2bc1eda05c2",
            "gambit_id": "21c66946-72e1-433a-9450-3159573de526",
            "last_updated": "2023-11-15T20:03:22.892730-05:00",
            "created_at": "2023-11-14T09:13:05.439085-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89f2bc6-37f4-4d28-84c1-5e4f3f6fe233/?format=api"
        },
        {
            "id": "f840f9d1-2263-445d-a9bc-186dba72c531",
            "gambit_id": "6442f8d3-3e95-43d5-9051-6d7057a4e86d",
            "last_updated": "2023-11-15T20:03:22.896228-05:00",
            "created_at": "2023-11-14T09:13:05.443411-05:00",
            "name": "Nashville Predators",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89f2bc6-37f4-4d28-84c1-5e4f3f6fe233/?format=api"
        }
    ]
}