GET /api/bet_types/7cf28138-c457-4e44-a0a3-56598a12dcf7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cf28138-c457-4e44-a0a3-56598a12dcf7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0fd855-3c4d-40fd-bb3f-0d0e64c9923f/?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": "New York Islanders",
                "amount": 6333.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3667.0
            }
        ],
        "expected_reward_tokens": 9056.19,
        "profit_sb": 56.19,
        "profit_sb_percentage": 0.62,
        "recommended": true
    },
    "lines": [
        {
            "id": "b97be03a-1437-410a-96ae-2ecb4cbb1169",
            "gambit_id": "c9c5e2bc-a217-4ebe-addf-1befe17e8f6f",
            "last_updated": "2022-12-20T20:12:22.484016-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.43000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cf28138-c457-4e44-a0a3-56598a12dcf7/?format=api"
        },
        {
            "id": "563cb141-7c0e-43f6-90aa-be5addeddc73",
            "gambit_id": "3368cb8a-e45f-478d-aa30-124a386d533e",
            "last_updated": "2022-12-20T20:12:22.482938-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.47000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cf28138-c457-4e44-a0a3-56598a12dcf7/?format=api"
        }
    ]
}