GET /api/bet_types/57ce56bc-917f-4b7e-9006-76ef66c8826a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57ce56bc-917f-4b7e-9006-76ef66c8826a",
    "match": "https://api-prod.gambitprofit.com/api/matches/60ea6041-6dfb-4cfc-bfa4-7045f6cc116f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb8fda88-76ba-43e1-a1ab-b18304d30502",
            "gambit_id": "58d45932-b6de-48b8-8bda-3acc9d027093",
            "last_updated": "2022-11-30T10:12:25.946051-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ce56bc-917f-4b7e-9006-76ef66c8826a/?format=api"
        },
        {
            "id": "1e9adf76-8a41-48ea-8503-545b43845a9c",
            "gambit_id": "2393903d-93ed-4698-812c-cf723bc28a20",
            "last_updated": "2022-11-30T10:12:25.947031-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57ce56bc-917f-4b7e-9006-76ef66c8826a/?format=api"
        }
    ]
}