GET /api/bet_types/c55ee0f4-2cf7-4bf2-b2cc-18cefa3bfb68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c55ee0f4-2cf7-4bf2-b2cc-18cefa3bfb68",
    "match": "https://api-prod.gambitprofit.com/api/matches/8665da3f-60b4-4911-8157-f67e38e46634/?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": "Seattle Kraken",
                "amount": 6534.0
            },
            {
                "team": "New York Rangers",
                "amount": 3466.0
            }
        ],
        "expected_reward_tokens": 9080.92,
        "profit_sb": 80.92,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b5d156e-4c2d-416a-b7b2-b24a416febe8",
            "gambit_id": "08ad6926-32ec-4720-90ca-42fd81d09eec",
            "last_updated": "2022-11-18T09:52:40.180182-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c55ee0f4-2cf7-4bf2-b2cc-18cefa3bfb68/?format=api"
        },
        {
            "id": "8f8569f2-4084-4ec1-bec1-25b8b8cda29f",
            "gambit_id": "a8ff6c15-e945-4fd8-b338-f17be4235285",
            "last_updated": "2022-11-18T09:52:40.181322-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "2.62000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c55ee0f4-2cf7-4bf2-b2cc-18cefa3bfb68/?format=api"
        }
    ]
}