GET /api/bet_types/a8bdb292-923b-4474-b7ba-dc5fe206186d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8bdb292-923b-4474-b7ba-dc5fe206186d",
    "match": "https://api-prod.gambitprofit.com/api/matches/dda3492a-68a1-4d52-9d95-2a771a7a2d57/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Denver Nuggets",
                "amount": 6336.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "018b153f-0958-4376-bbcc-aa7d62768b78",
            "gambit_id": "9ab837fb-9125-491e-a70a-d167de0c6df6",
            "last_updated": "2022-12-03T09:57:35.270604-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8bdb292-923b-4474-b7ba-dc5fe206186d/?format=api"
        },
        {
            "id": "3e6374b4-1fc7-4c8a-8365-ea87b08d36c7",
            "gambit_id": "1549719a-1a7d-4834-af15-3c5d037a4700",
            "last_updated": "2022-12-03T09:57:35.269343-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8bdb292-923b-4474-b7ba-dc5fe206186d/?format=api"
        }
    ]
}