GET /api/bet_types/e60e4665-4b01-4f8b-82b7-3327f3ffb06d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e60e4665-4b01-4f8b-82b7-3327f3ffb06d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f6816d6-3bed-491b-9c1e-f20e44d4ac73/?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": "Chicago Blackhawks",
                "amount": 5583.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 4417.0
            }
        ],
        "expected_reward_tokens": 9099.02,
        "profit_sb": 99.02,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "802da586-2ed0-4a8f-84dd-f2d5f21e422b",
            "gambit_id": "2eb45d7f-6b3f-48ab-98c9-c4fe51071ca4",
            "last_updated": "2022-11-15T11:52:42.908153-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e60e4665-4b01-4f8b-82b7-3327f3ffb06d/?format=api"
        },
        {
            "id": "f1a5228f-0bb6-4820-a4a3-1983d6e04e50",
            "gambit_id": "eeb437b8-0368-41e3-ad01-ae7b3004d3ba",
            "last_updated": "2022-11-15T11:52:42.909147-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e60e4665-4b01-4f8b-82b7-3327f3ffb06d/?format=api"
        }
    ]
}