GET /api/bet_types/be2ef6e9-8fb4-4fb8-8b34-b16a7ff5c4f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be2ef6e9-8fb4-4fb8-8b34-b16a7ff5c4f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/62bbb8a6-db01-4a0a-b5bc-90c78497d3d6/?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": "BAL",
                "amount": 6114.0
            },
            {
                "team": "BOS",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "cdbba7bf-c049-4783-8fc1-b1c700f0cc1a",
            "gambit_id": "ee6e1dc1-e20e-4df9-b7b8-41e62d376bf7",
            "last_updated": "2022-09-27T09:27:22.226737-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be2ef6e9-8fb4-4fb8-8b34-b16a7ff5c4f5/?format=api"
        },
        {
            "id": "802e21df-b30a-4a51-8f52-5643ea85794a",
            "gambit_id": "0bc48eb0-6935-4cd3-8650-53a27e484d9d",
            "last_updated": "2022-09-27T09:27:22.225791-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be2ef6e9-8fb4-4fb8-8b34-b16a7ff5c4f5/?format=api"
        }
    ]
}