GET /api/bet_types/ff54fd49-642b-46bb-abb8-64317210a597/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff54fd49-642b-46bb-abb8-64317210a597",
    "match": "https://api-prod.gambitprofit.com/api/matches/489e7008-ad14-4360-9097-2707c3d3a254/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:07.234305-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 Knicks",
                "amount": 5688.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "56fad3b8-10da-46d2-bfab-1bdac502dc75",
            "gambit_id": "8c5d7ca6-d144-401a-98e0-7d03f818e114",
            "last_updated": "2024-01-31T21:53:06.769656-05:00",
            "created_at": "2024-01-30T08:58:07.243484-05:00",
            "name": "New York Knicks",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff54fd49-642b-46bb-abb8-64317210a597/?format=api"
        },
        {
            "id": "7a4191d6-6f27-446a-97bf-2f8d71a1c2f7",
            "gambit_id": "a981b5a4-cb3f-4a91-945e-f500e0de6026",
            "last_updated": "2024-01-31T21:53:06.766432-05:00",
            "created_at": "2024-01-30T08:58:07.238620-05:00",
            "name": "Utah Jazz",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff54fd49-642b-46bb-abb8-64317210a597/?format=api"
        }
    ]
}