GET /api/bet_types/fbda6808-9ae4-4aa4-a593-81c2cde4fcf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbda6808-9ae4-4aa4-a593-81c2cde4fcf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a34131e-1490-469f-b036-1b6351e5bb0d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-20T13:31:55.421851-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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "New York Giants",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e954b3f-7860-4fb1-b561-43a319a262a9",
            "gambit_id": "238f8975-5b51-47f5-b033-29985f88b711",
            "last_updated": "2023-01-22T21:26:55.877975-05:00",
            "created_at": "2023-01-20T13:31:55.423001-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbda6808-9ae4-4aa4-a593-81c2cde4fcf6/?format=api"
        },
        {
            "id": "e9de17fb-25c1-4d84-b753-c5e3f99f9078",
            "gambit_id": "307a1f4d-5554-4300-9e30-3ace182fe021",
            "last_updated": "2023-01-22T21:26:55.879094-05:00",
            "created_at": "2023-01-20T13:31:55.424196-05:00",
            "name": "New York Giants",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbda6808-9ae4-4aa4-a593-81c2cde4fcf6/?format=api"
        }
    ]
}