GET /api/bet_types/0796976e-f819-4247-b4f3-b2460acb3c2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0796976e-f819-4247-b4f3-b2460acb3c2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f8775e3-7d5c-4401-bffd-83bfa1e7e50f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-17T09:27:12.760542-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": "Columbus Blue Jackets",
                "amount": 5619.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "60c4109a-e592-4af3-b6a3-23c63b413eda",
            "gambit_id": "d4240c9d-fa85-4651-9f8f-b67bc0e2efe7",
            "last_updated": "2023-01-18T09:32:09.689652-05:00",
            "created_at": "2023-01-17T09:27:12.762933-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0796976e-f819-4247-b4f3-b2460acb3c2b/?format=api"
        },
        {
            "id": "4a7c9bca-d4eb-409c-9f72-1f175b1d0a04",
            "gambit_id": "8faef2c7-c091-42fb-ba59-22fccef37c46",
            "last_updated": "2023-01-18T09:32:09.686098-05:00",
            "created_at": "2023-01-17T09:27:12.761761-05:00",
            "name": "Nashville Predators",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0796976e-f819-4247-b4f3-b2460acb3c2b/?format=api"
        }
    ]
}