GET /api/bet_types/a36060a2-2465-47f0-8197-83c9c7233713/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a36060a2-2465-47f0-8197-83c9c7233713",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ea2f56-60ca-43f0-a1cd-4b9b1aa80572/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-09T11:07:06.158598-04: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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd4a13e7-d60d-43c3-854f-f702571a36fc",
            "gambit_id": "65f3099c-4ccf-4003-8dd0-3cbbd31f70e7",
            "last_updated": "2023-05-10T16:02:11.548044-04:00",
            "created_at": "2023-05-09T11:07:06.162261-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36060a2-2465-47f0-8197-83c9c7233713/?format=api"
        },
        {
            "id": "718a463b-adaf-4996-840f-41b58363913e",
            "gambit_id": "c08d3e92-56dc-4f7b-9c2a-2f35659fa47b",
            "last_updated": "2023-05-10T16:02:11.546054-04:00",
            "created_at": "2023-05-09T11:07:06.160413-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a36060a2-2465-47f0-8197-83c9c7233713/?format=api"
        }
    ]
}