GET /api/bet_types/4a0a751a-2f35-4eb6-9876-8b4e6cda8a95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a0a751a-2f35-4eb6-9876-8b4e6cda8a95",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e63e23a-48f2-4356-b00b-34a699b036f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:00.658167-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": "New York Islanders",
                "amount": 6399.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "32f2a34c-7528-4fc8-9eb2-bc8f5b0c2d7a",
            "gambit_id": "e5f37488-366b-4e34-a297-6eb2f4042b7c",
            "last_updated": "2023-03-10T10:36:58.710270-05:00",
            "created_at": "2023-03-09T09:02:00.660892-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a0a751a-2f35-4eb6-9876-8b4e6cda8a95/?format=api"
        },
        {
            "id": "0c5635c7-6be1-4f8c-be2d-f693637b583e",
            "gambit_id": "e9fb8138-3f83-4492-8141-d893612ba3b3",
            "last_updated": "2023-03-10T10:36:58.709049-05:00",
            "created_at": "2023-03-09T09:02:00.659528-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a0a751a-2f35-4eb6-9876-8b4e6cda8a95/?format=api"
        }
    ]
}