GET /api/bet_types/f96b4b79-83c2-4292-be5b-ed9f39665224/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f96b4b79-83c2-4292-be5b-ed9f39665224",
    "match": "https://api-prod.gambitprofit.com/api/matches/50f53c54-c110-4311-9cd1-16d8fcc3390b/?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": "Pittsburgh Steelers",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e3d1e67-b411-4f1a-b601-77c692427f3a",
            "gambit_id": "c5f57b45-b500-4da5-9f29-6ed4018179b8",
            "last_updated": "2022-09-23T10:12:04.608891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96b4b79-83c2-4292-be5b-ed9f39665224/?format=api"
        },
        {
            "id": "86c992a9-9872-4ae4-a7d2-4e7ea2234418",
            "gambit_id": "14370cf7-3ccf-4e41-903f-4d87c816feca",
            "last_updated": "2022-09-23T10:12:04.607891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f96b4b79-83c2-4292-be5b-ed9f39665224/?format=api"
        }
    ]
}