GET /api/bet_types/8acb63f5-1cf9-4b06-b046-80fd55e6325f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8acb63f5-1cf9-4b06-b046-80fd55e6325f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff11ec03-1a4e-4a0e-800a-9ca47e6b3dd4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:58:00.550507-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": "Las Vegas Raiders",
                "amount": 6449.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e364270-006e-4a40-a837-ae99ef9acb88",
            "gambit_id": "4ab92d9e-d528-460a-8bf6-44a6be079c67",
            "last_updated": "2023-08-29T09:18:26.943620-04:00",
            "created_at": "2023-08-24T12:58:00.554037-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acb63f5-1cf9-4b06-b046-80fd55e6325f/?format=api"
        },
        {
            "id": "089038b6-e45e-4195-95a2-b42e71c666ae",
            "gambit_id": "84a8db12-db53-44c5-869f-1b2f97c2ee65",
            "last_updated": "2023-08-29T09:18:26.947494-04:00",
            "created_at": "2023-08-24T12:58:00.558018-04:00",
            "name": "Dallas Cowboys",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8acb63f5-1cf9-4b06-b046-80fd55e6325f/?format=api"
        }
    ]
}