GET /api/bet_types/09a71a66-2836-4782-8207-68a4a5c20c73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09a71a66-2836-4782-8207-68a4a5c20c73",
    "match": "https://api-prod.gambitprofit.com/api/matches/02e846c1-375e-42df-9096-c9922efef5e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:11.876727-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 England Patriots",
                "amount": 5000.0
            },
            {
                "team": "Buffalo Bills",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "245384b0-3394-434a-8e28-47183b1d7943",
            "gambit_id": "b0818b6e-b593-4deb-a7de-fb60ff0a3094",
            "last_updated": "2023-01-09T10:02:18.024067-05:00",
            "created_at": "2023-01-05T09:57:11.879284-05:00",
            "name": "New England Patriots",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a71a66-2836-4782-8207-68a4a5c20c73/?format=api"
        },
        {
            "id": "4c207a7a-710e-4046-9924-b626a3c5ff2a",
            "gambit_id": "f9952aa6-56c3-4360-86ed-e54a7f00925e",
            "last_updated": "2023-01-09T10:02:18.022980-05:00",
            "created_at": "2023-01-05T09:57:11.877995-05:00",
            "name": "Buffalo Bills",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09a71a66-2836-4782-8207-68a4a5c20c73/?format=api"
        }
    ]
}