GET /api/bet_types/15f8134b-b2b8-4db7-9351-d11e3c9e72e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15f8134b-b2b8-4db7-9351-d11e3c9e72e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/43907c33-70f6-435e-b957-5f910fa587d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:23.651540-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": "TOR",
                "amount": 5688.0
            },
            {
                "team": "TAM",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "6341e13e-1c47-45ee-b234-45c5ea1f15d4",
            "gambit_id": "5de94c42-9722-4be8-a062-3e5de8a11557",
            "last_updated": "2023-04-18T12:12:07.528717-04:00",
            "created_at": "2023-04-16T12:17:23.654652-04:00",
            "name": "TOR",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15f8134b-b2b8-4db7-9351-d11e3c9e72e3/?format=api"
        },
        {
            "id": "58ce443e-fa8e-4c42-96ff-6a9e76ba1969",
            "gambit_id": "cf21c17a-97b7-40ea-8b80-19ccdbc6cffe",
            "last_updated": "2023-04-18T12:12:07.530647-04:00",
            "created_at": "2023-04-16T12:17:23.657848-04:00",
            "name": "TAM",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15f8134b-b2b8-4db7-9351-d11e3c9e72e3/?format=api"
        }
    ]
}