GET /api/bet_types/49446c23-9c81-4052-9664-c395a72854cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49446c23-9c81-4052-9664-c395a72854cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/047cc655-9b12-44fb-8ab6-0f787d8166c7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T08:18:24.087595-04: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": "TAM",
                "amount": 5939.0
            },
            {
                "team": "HOU",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "b414f3e9-978d-4ac1-ad99-620b4a886501",
            "gambit_id": "ad981b17-489b-4e8e-a965-b3fb984b8599",
            "last_updated": "2023-07-31T18:13:09.572708-04:00",
            "created_at": "2023-07-30T08:18:24.093216-04:00",
            "name": "TAM",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49446c23-9c81-4052-9664-c395a72854cb/?format=api"
        },
        {
            "id": "b175a679-8084-41a1-b29e-af1ed57f94e7",
            "gambit_id": "d9ffb62f-1003-4c06-939a-21726968d763",
            "last_updated": "2023-07-31T18:13:09.576443-04:00",
            "created_at": "2023-07-30T08:18:24.098535-04:00",
            "name": "HOU",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49446c23-9c81-4052-9664-c395a72854cb/?format=api"
        }
    ]
}