GET /api/bet_types/7e307261-13f2-4c0b-bd29-3fb0a764edca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e307261-13f2-4c0b-bd29-3fb0a764edca",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c801835-10dc-4915-bd0c-1a59a67a9f77/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:01.773059-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": "KAN",
                "amount": 5213.0
            },
            {
                "team": "BOS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "92f6744a-c060-4004-8aa3-1156aed1f80c",
            "gambit_id": "5ac28599-675d-4ca5-b37c-3bce2b61f3b3",
            "last_updated": "2023-08-09T10:43:19.547114-04:00",
            "created_at": "2023-08-07T08:28:01.779681-04:00",
            "name": "KAN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e307261-13f2-4c0b-bd29-3fb0a764edca/?format=api"
        },
        {
            "id": "8d057c29-d515-48af-9799-4e0d67ef363b",
            "gambit_id": "f5a2ba08-5d01-4b93-855c-1e7e9a77b7bc",
            "last_updated": "2023-08-09T10:43:19.551802-04:00",
            "created_at": "2023-08-07T08:28:01.787000-04:00",
            "name": "BOS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e307261-13f2-4c0b-bd29-3fb0a764edca/?format=api"
        }
    ]
}