GET /api/bet_types/5c7fa6f7-9068-410c-8205-f251ae06ef9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c7fa6f7-9068-410c-8205-f251ae06ef9c",
    "match": "https://api-prod.gambitprofit.com/api/matches/255df65d-200a-40d6-a9fe-3c3e9712994d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:01.523726-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": "CLE",
                "amount": 5688.0
            },
            {
                "team": "TOR",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "0e4f0841-f2c1-40a3-89a0-1a2b256850b5",
            "gambit_id": "36bda6b6-24b0-478f-b34f-fd05236f0181",
            "last_updated": "2023-08-09T10:43:19.308199-04:00",
            "created_at": "2023-08-07T08:28:01.534432-04:00",
            "name": "CLE",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7fa6f7-9068-410c-8205-f251ae06ef9c/?format=api"
        },
        {
            "id": "2cb32606-bf4b-40c4-a0fd-1cf0e7d4bd30",
            "gambit_id": "dfa47e00-e181-42d2-8169-95113446e3a6",
            "last_updated": "2023-08-09T10:43:19.303432-04:00",
            "created_at": "2023-08-07T08:28:01.528783-04:00",
            "name": "TOR",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c7fa6f7-9068-410c-8205-f251ae06ef9c/?format=api"
        }
    ]
}