GET /api/bet_types/1eec1982-a0a9-4933-b63f-1dea5ee0ee61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eec1982-a0a9-4933-b63f-1dea5ee0ee61",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a09ad17-d8b6-4f21-90d0-dfb87f8f2ea7/?format=api",
    "name": "Play the Odds",
    "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": "PIT",
                "amount": 5676.0
            },
            {
                "team": "ARI",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "0851b5a8-1d8a-40cc-9d3b-08252fe3060a",
            "gambit_id": "1b6f5fbb-9577-454a-8278-bf40b4d0224b",
            "last_updated": "2022-08-12T09:52:10.477428-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eec1982-a0a9-4933-b63f-1dea5ee0ee61/?format=api"
        },
        {
            "id": "dca57610-d960-4ab5-a294-3f8fbc9a4fc0",
            "gambit_id": "3552c330-d598-4b49-9477-f0872296492c",
            "last_updated": "2022-08-12T09:52:10.477063-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eec1982-a0a9-4933-b63f-1dea5ee0ee61/?format=api"
        }
    ]
}