GET /api/bet_types/594cebcf-9193-42f2-ad08-0f751056f7a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "594cebcf-9193-42f2-ad08-0f751056f7a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1d85f502-79cf-44c7-b5e1-c36ebc15924d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-09T09:02:02.823148-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": "Nashville Predators",
                "amount": 6020.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "a85dcc50-8846-4bc0-a38e-b80efa7960f7",
            "gambit_id": "36a5a83c-cc7d-47d3-9e5a-07b8bed48ffc",
            "last_updated": "2023-03-10T10:26:55.491214-05:00",
            "created_at": "2023-03-09T09:02:02.825601-05:00",
            "name": "Nashville Predators",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594cebcf-9193-42f2-ad08-0f751056f7a7/?format=api"
        },
        {
            "id": "d88dd9b7-aea8-4e29-85d8-86b86c73572d",
            "gambit_id": "e7c29d5d-f8ff-44c4-975b-195d68c81c7e",
            "last_updated": "2023-03-10T10:26:55.490095-05:00",
            "created_at": "2023-03-09T09:02:02.824340-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/594cebcf-9193-42f2-ad08-0f751056f7a7/?format=api"
        }
    ]
}