GET /api/bet_types/1ff80e90-ac77-4d96-8974-7c4fb4899dc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ff80e90-ac77-4d96-8974-7c4fb4899dc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/935024ab-46e5-4841-9f37-3a4c3a187da7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-02T09:03:06.343133-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": "Kansas City Chiefs",
                "amount": 5094.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b7dd2dd-68bd-4be1-a471-c39c05bee131",
            "gambit_id": "cf9732aa-a267-451a-967d-c35f0a5b02d6",
            "last_updated": "2023-11-06T21:23:20.650363-05:00",
            "created_at": "2023-11-02T09:03:06.353778-04:00",
            "name": "Kansas City Chiefs",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff80e90-ac77-4d96-8974-7c4fb4899dc1/?format=api"
        },
        {
            "id": "14e71a08-8765-4af8-a86b-cadf30d628b4",
            "gambit_id": "4bece775-6e29-4bc0-8b1e-84e2821738b2",
            "last_updated": "2023-11-06T21:23:20.646525-05:00",
            "created_at": "2023-11-02T09:03:06.349147-04:00",
            "name": "Miami Dolphins",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ff80e90-ac77-4d96-8974-7c4fb4899dc1/?format=api"
        }
    ]
}