GET /api/bet_types/2f5316e0-8ee3-4b26-92d5-0c7e3ce1042e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f5316e0-8ee3-4b26-92d5-0c7e3ce1042e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c5be39d-2251-4749-8ce8-d8c98e6bf0cf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:12.870891-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": "Jacksonville Jaguars",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh Steelers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "c986b764-9678-47a2-a4c4-f6945dc331c5",
            "gambit_id": "a6bb3881-4fa2-4146-b7a5-0603f84c54c9",
            "last_updated": "2023-10-30T15:43:27.200135-04:00",
            "created_at": "2023-10-25T09:13:12.874846-04:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f5316e0-8ee3-4b26-92d5-0c7e3ce1042e/?format=api"
        },
        {
            "id": "18152289-072b-4099-815a-c7e43efc6453",
            "gambit_id": "33c969fc-40ad-4485-9ba1-4a3d92cdb75d",
            "last_updated": "2023-10-30T15:43:27.204061-04:00",
            "created_at": "2023-10-25T09:13:12.879383-04:00",
            "name": "Pittsburgh Steelers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f5316e0-8ee3-4b26-92d5-0c7e3ce1042e/?format=api"
        }
    ]
}