GET /api/bet_types/b91ea624-b867-484a-8370-10d199110729/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b91ea624-b867-484a-8370-10d199110729",
    "match": "https://api-prod.gambitprofit.com/api/matches/27bac4d1-0f1d-499f-a79c-f9e49de204fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-01T09:18:09.164539-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7e49e63-32ce-4706-96b1-c4ee83450476",
            "gambit_id": "41e039ff-7c5e-4072-ba0c-536b3461a0cc",
            "last_updated": "2024-02-02T14:43:23.527185-05:00",
            "created_at": "2024-02-01T09:18:09.168603-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b91ea624-b867-484a-8370-10d199110729/?format=api"
        },
        {
            "id": "adb66154-53a5-41c6-ab79-224954cde42a",
            "gambit_id": "bd2c5ed1-dbfa-467e-80ac-05fb36609c7f",
            "last_updated": "2024-02-02T14:43:23.532088-05:00",
            "created_at": "2024-02-01T09:18:09.174445-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b91ea624-b867-484a-8370-10d199110729/?format=api"
        }
    ]
}