GET /api/bet_types/e9d7854c-9d8b-4e94-90a0-43d200310926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e9d7854c-9d8b-4e94-90a0-43d200310926",
    "match": "https://api-prod.gambitprofit.com/api/matches/52002c33-612c-4346-b743-591cd49cdde6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-10T09:02:08.269170-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": "Seattle Kraken",
                "amount": 5780.0
            },
            {
                "team": "New York Rangers",
                "amount": 4220.0
            }
        ],
        "expected_reward_tokens": 9537.0,
        "profit_sb": 37.0,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "54b6ffa9-93d1-472a-a1e9-80c65e776551",
            "gambit_id": "11c29d77-21e0-4e9e-9516-94bd3ac1874b",
            "last_updated": "2023-02-11T18:02:01.061380-05:00",
            "created_at": "2023-02-10T09:02:08.272034-05:00",
            "name": "Seattle Kraken",
            "reward": "1.65000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d7854c-9d8b-4e94-90a0-43d200310926/?format=api"
        },
        {
            "id": "0bce0f52-68c7-4751-88b7-d43fca4b1bae",
            "gambit_id": "d7d024f6-22bd-4117-876b-7a7f6bfc9e51",
            "last_updated": "2023-02-11T18:02:01.060160-05:00",
            "created_at": "2023-02-10T09:02:08.270564-05:00",
            "name": "New York Rangers",
            "reward": "2.26000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e9d7854c-9d8b-4e94-90a0-43d200310926/?format=api"
        }
    ]
}